]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Latest changes by Pavel have removed the error messages printed after
authorMartin Mares <mj@ucw.cz>
Fri, 19 May 2000 17:21:42 +0000 (17:21 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 19 May 2000 17:21:42 +0000 (17:21 +0000)
unsuccessful socket open, but replaced them by segmentatio fault!

Grrrrrrrrr.

proto/rip/rip.c

index 7321f5122071b1687bd2871621120c503cd84751..9466e4380d996c5a38d4911d37b8d10561ab53bc 100644 (file)
@@ -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