diff options
Diffstat (limited to 'console-client/current-vcs.c')
-rw-r--r-- | console-client/current-vcs.c | 2 |
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; |