Looking at bridge code there are problems in the device notification handler (br_notify.c).
* Logic test for device up/down is wrong in one case. * Locking with read_lock is wrong, since this notification could cause change of state which would effect other variables. Should be a write_lock. _______________________________________________ Bridge mailing list [EMAIL PROTECTED] http://www.math.leidenuniv.nl/mailman/listinfo/bridge
