diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-26 20:11:14 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-26 20:11:14 +0000 |
commit | 5236fb03afecd3d7a6ec6e96712c79a31be32132 (patch) | |
tree | afee4d3766107cdc205d7da70a66d09014aa1ef6 /proto/rip/rip.c | |
parent | 98ac61766d81d9f20c4a7c7e12859c3b82b24f4c (diff) |
Password management redesigned (untested).
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r-- | proto/rip/rip.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 8c7b37c6..05525e95 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -981,9 +981,6 @@ rip_reconfigure(struct proto *p, struct proto_config *c) if (!iface_patts_equal(&P_CF->iface_list, &new->iface_list, (void *) rip_pat_compare)) return 0; - if (!password_same(P_CF->passwords, - new->passwords)) - return 0; return !memcmp(((byte *) P_CF) + generic, ((byte *) new) + generic, sizeof(struct rip_proto_config) - generic); |