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:
Martin Mares 2000-05-19 17:21:42 +00:00
parent e66e6c2119
commit dc6405d27e

View 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