aboutsummaryrefslogtreecommitdiffstats
path: root/src/select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select.c')
-rw-r--r--src/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select.c b/src/select.c
index 774056a9..496beea9 100644
--- a/src/select.c
+++ b/src/select.c
@@ -121,7 +121,7 @@ int osmo_fd_register(struct osmo_fd *fd)
if (fd->fd > maxfd)
maxfd = fd->fd;
-#ifdef BSC_FD_CHECK
+#ifdef OSMO_FD_CHECK
if (osmo_fd_is_registered(fd)) {
fprintf(stderr, "Adding a osmo_fd that is already in the list.\n");
return 0;