typo fix
This commit is contained in:
parent
8d52e2624f
commit
01436ae133
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user