summaryrefslogtreecommitdiff
path: root/console-client/current-vcs.c
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2005-07-13 00:08:15 +0000
committerMarcus Brinkmann <marcus@gnu.org>2005-07-13 00:08:15 +0000
commitdb472e8bed7ead876559fba1786a089e53f4466d (patch)
tree4ca58f53ef50b01a5da21ca5f0e4ce9ecb82a60e /console-client/current-vcs.c
parent7a4a38fa09a886e1d25711a866e391fdc4fb3269 (diff)
2005-07-13 Samuel Thibault <samuel.thibault@ens-lyon.org>
* current-vcs.c (repeater_node): Set default.
Diffstat (limited to 'console-client/current-vcs.c')
-rw-r--r--console-client/current-vcs.c2
1 files changed, 1 insertions, 1 deletions
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;