mirror of https://github.com/mirror/busybox.git
modprobe-small: fix thinko in previous commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_24_stable
parent
1fd844267c
commit
402afe1cc6
|
@ -578,7 +578,7 @@ static int already_loaded(const char *name)
|
|||
}
|
||||
fclose(fp);
|
||||
|
||||
return ret | 1;
|
||||
return ret & 1;
|
||||
}
|
||||
#else
|
||||
#define already_loaded(name) 0
|
||||
|
|
Loading…
Reference in New Issue