mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Latest changes by Pavel have removed the error messages printed after
unsuccessful socket open, but replaced them by segmentatio fault! Grrrrrrrrr.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user