summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--console-client/ChangeLog4
-rw-r--r--console-client/current-vcs.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/console-client/ChangeLog b/console-client/ChangeLog
index b1d0c2dc..5773f5f3 100644
--- a/console-client/ChangeLog
+++ b/console-client/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-13 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * current-vcs.c (repeater_node): Set default.
+
2005-07-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
* Makefile (modules): Add `current-vcs' and its rules.
diff --git a/console-client/current-vcs.c b/console-client/current-vcs.c
index 3bfc1a75..65324350 100644
--- a/console-client/current-vcs.c
+++ b/console-client/current-vcs.c
@@ -32,7 +32,7 @@
#define DEFAULT_REPEATER_NODE "vcs"
/* The name of the repeater node. */
-static char *repeater_node;
+static char *repeater_node = DEFAULT_REPEATER_NODEM;
/* The repeater node. */
static consnode_t vcs_node;