summaryrefslogtreecommitdiff
path: root/src/ivyecho.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyecho.c')
-rw-r--r--src/ivyecho.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ivyecho.c b/src/ivyecho.c
index 15de8e6..85e9051 100644
--- a/src/ivyecho.c
+++ b/src/ivyecho.c
@@ -1,7 +1,7 @@
/*
* IvyDaemon, an Ivy gateway for short-lived agents
*
- * Copyright (C) 1999-2001
+ * Copyright (C) 1999-2002
* Centre d'Études de la Navigation Aérienne
*
* Main file for the client ivyecho
@@ -313,7 +313,7 @@ main (int argc, char** argv)
busport = ExtractPort (bus);
- /* Se connecter au serveur. */
+ /* connection to server */
servfd = ServerOpen (serverhost, busport);
if (!servfd) {
fprintf (stderr, "No server.\n");
@@ -322,6 +322,6 @@ main (int argc, char** argv)
HandleArgs (servfd, optind, argc, argv);
- return 1;
+ return 0;
}