summaryrefslogtreecommitdiff
path: root/src/ivyprobe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyprobe.c')
-rw-r--r--src/ivyprobe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ivyprobe.c b/src/ivyprobe.c
index 58f55e3..0ef674a 100644
--- a/src/ivyprobe.c
+++ b/src/ivyprobe.c
@@ -230,7 +230,7 @@ void ApplicationCallback (IvyClientPtr app, void *user_data, IvyApplicationEvent
#ifndef WIN32
/* Stdin not compatible with select , select only accept socket */
if (app_count == wait_count)
- IvyChannelSetUp (0, NULL, NULL, HandleStdin);
+ IvyChannelAdd (0, NULL, NULL, HandleStdin);
#endif
break;
@@ -322,7 +322,7 @@ int main(int argc, char *argv[])
if (wait_count == 0)
#ifndef WIN32
/* Stdin not compatible with select , select only accept socket */
- IvyChannelSetUp (0, NULL, NULL, HandleStdin);
+ IvyChannelAdd (0, NULL, NULL, HandleStdin);
#endif
IvyStart (bus);