summaryrefslogtreecommitdiff
path: root/src/ivyd.c
diff options
context:
space:
mode:
authorsc1999-02-18 16:15:55 +0000
committersc1999-02-18 16:15:55 +0000
commita129b0e495bdcb4537de91f327155d58666adb43 (patch)
tree1539ab17ea3995a4a0e7ccf218a60c14f65441b2 /src/ivyd.c
parentf2203b40cf372462e5277b1b530561e929636ee1 (diff)
downloadivyd-a129b0e495bdcb4537de91f327155d58666adb43.zip
ivyd-a129b0e495bdcb4537de91f327155d58666adb43.tar.gz
ivyd-a129b0e495bdcb4537de91f327155d58666adb43.tar.bz2
ivyd-a129b0e495bdcb4537de91f327155d58666adb43.tar.xz
Now compatible with ivy-c 3.0
Diffstat (limited to 'src/ivyd.c')
-rw-r--r--src/ivyd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivyd.c b/src/ivyd.c
index 5a4f3d0..6aac230 100644
--- a/src/ivyd.c
+++ b/src/ivyd.c
@@ -263,7 +263,7 @@ main (int argc, char **argv)
#endif
/* Ivy initialization and main loop */
- IvyInit ("IVYD", 0, 0, 0, 0, 0, 0);
+ IvyInit ("IVYD", 0, 0, 0, 0, 0);
IvyChannelSetUp (sock, 0, 0, HandleConnections);
IvyStart (bus);
IvyMainLoop (0);