summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-05-26 16:37:47 +0200
committerPavel Machek <pavel@ucw.cz>1999-05-26 16:37:47 +0200
commitfd5f8704bb7c2e9845a7c4785ace83a2b77d2c57 (patch)
tree9024db5926e0e81ebd48972d2af7072e8f7224cd /proto/rip/rip.c
parent858a717796d7aa48fe9b22a6b035fec9edbb5a2a (diff)
downloadbird-fd5f8704bb7c2e9845a7c4785ace83a2b77d2c57.tar
bird-fd5f8704bb7c2e9845a7c4785ace83a2b77d2c57.zip
Make rip use newly defined password lists.
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;
}