This commit is contained in:
Sergey Bolshakov 2006-01-24 15:15:09 +00:00
parent 8d52e2624f
commit 01436ae133

View File

@ -334,7 +334,7 @@ enum insmod_return my_insmod(const char * mod_name, enum driver_type type, char
}
#endif
#ifndef DISABLE_NETWORK
if (type == NETWORK_DEVICES || type = BRIDGE_OTHER) {
if (type == NETWORK_DEVICES || type == BRIDGE_OTHER) {
char ** new_net_devices = get_net_devices();
while (new_net_devices && *new_net_devices) {
char ** ptr = net_devices;