aboutsummaryrefslogtreecommitdiffstats
path: root/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'manager.c')
-rwxr-xr-xmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager.c b/manager.c
index 5195beeb3..3a2754d38 100755
--- a/manager.c
+++ b/manager.c
@@ -539,7 +539,7 @@ static int get_input(struct mansession *s, char *output)
}
FD_ZERO(&fds);
FD_SET(s->fd, &fds);
- res = select(s->fd + 1, &fds, NULL, NULL, NULL);
+ res = ast_select(s->fd + 1, &fds, NULL, NULL, NULL);
if (res < 0) {
ast_log(LOG_WARNING, "Select returned error: %s\n", strerror(errno));
} else if (res > 0) {