summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r--proto/rip/rip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index 16c63ae..8d81486 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;
}