aboutsummaryrefslogtreecommitdiffstats
path: root/proto/rip
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-19 17:21:42 +0000
committerMartin Mares <mj@ucw.cz>2000-05-19 17:21:42 +0000
commitdc6405d27e1ecedf6289039c7b3ed94c50683b2d (patch)
tree47de03cf4c753beb01d05c61e8a04cc07cb6a267 /proto/rip
parente66e6c2119e9de2f8012e587eafe752723706265 (diff)
downloadbird-dc6405d27e1ecedf6289039c7b3ed94c50683b2d.tar.gz
Latest changes by Pavel have removed the error messages printed after
unsuccessful socket open, but replaced them by segmentatio fault! Grrrrrrrrr.
Diffstat (limited to 'proto/rip')
-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 7321f512..9466e438 100644
--- a/proto/rip/rip.c
+++ b/proto/rip/rip.c
@@ -671,7 +671,7 @@ rip_real_if_add(struct object_lock *lock)
add_head( &P->interfaces, NODE rif );
DBG("Adding object lock of %p for %p\n", lock, rif);
rif->lock = lock;
- } else { rfree(rif->lock); }
+ } else { rfree(lock); }
}
static void