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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue