summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-19 19:21:42 +0200
committerMartin Mares <mj@ucw.cz>2000-05-19 19:21:42 +0200
commitdc6405d27e1ecedf6289039c7b3ed94c50683b2d (patch)
tree47de03cf4c753beb01d05c61e8a04cc07cb6a267 /proto/rip/rip.c
parente66e6c2119e9de2f8012e587eafe752723706265 (diff)
downloadbird-dc6405d27e1ecedf6289039c7b3ed94c50683b2d.tar
bird-dc6405d27e1ecedf6289039c7b3ed94c50683b2d.zip
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/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 7321f51..9466e43 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