mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +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:
parent
e66e6c2119
commit
dc6405d27e
@ -671,7 +671,7 @@ rip_real_if_add(struct object_lock *lock)
|
|||||||
add_head( &P->interfaces, NODE rif );
|
add_head( &P->interfaces, NODE rif );
|
||||||
DBG("Adding object lock of %p for %p\n", lock, rif);
|
DBG("Adding object lock of %p for %p\n", lock, rif);
|
||||||
rif->lock = lock;
|
rif->lock = lock;
|
||||||
} else { rfree(rif->lock); }
|
} else { rfree(lock); }
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user