diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-05-26 16:37:47 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-05-26 16:37:47 +0200 |
commit | fd5f8704bb7c2e9845a7c4785ace83a2b77d2c57 (patch) | |
tree | 9024db5926e0e81ebd48972d2af7072e8f7224cd /proto/rip/rip.c | |
parent | 858a717796d7aa48fe9b22a6b035fec9edbb5a2a (diff) | |
download | bird-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.c | 2 |
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; } |