aboutsummaryrefslogtreecommitdiffstats
path: root/src/e1d-ts-pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/e1d-ts-pipe.c')
-rw-r--r--src/e1d-ts-pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/e1d-ts-pipe.c b/src/e1d-ts-pipe.c
index 99b7c55..45cafb8 100644
--- a/src/e1d-ts-pipe.c
+++ b/src/e1d-ts-pipe.c
@@ -219,7 +219,7 @@ int main(int argc, char **argv)
exit(2);
osmo_fd_setup(&ts_ofd, tsfd, OSMO_FD_READ|OSMO_FD_WRITE, ts_fd_cb, NULL, 0);
- osmo_fd_register(&ts_ofd);
+ OSMO_ASSERT(osmo_fd_register(&ts_ofd) == 0);
set_nonblock(infd);
set_nonblock(outfd);