diff options
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r-- | proto/rip/rip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 16c63aec..8d814861 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -603,7 +603,7 @@ rip_init_config(struct rip_proto_config *c) c->port = 520; c->period = 30; c->garbage_time = 120+180; - c->password = "PASSWORD"; + c->passwords = NULL; c->authtype = AT_NONE; } |