X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/e7d32f2da83c56336e0c2521400e93b56c709699..92db0e2617cec9b118708c722c1a9f273001f87d:/l2tpns.c diff --git a/l2tpns.c b/l2tpns.c index 2d53ea2..0721f5c 100644 --- a/l2tpns.c +++ b/l2tpns.c @@ -4,8 +4,6 @@ // Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced // vim: sw=8 ts=8 -char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.176 2011/01/20 12:48:40 bodea Exp $"; - #include #include #include @@ -4717,7 +4715,7 @@ int main(int argc, char *argv[]) /* set hostname /after/ having read the config file */ if (*config->hostname) strcpy(hostname, config->hostname); - cli_init_hostname(hostname); + cli_init_complete(hostname); update_config(); init_tbf(config->num_tbfs);