Fix last-minute typo which breaks the world.
Submitted by: many
This commit is contained in:
parent
f70b854cde
commit
357ca3e7e3
@ -999,7 +999,7 @@ setifflags(const char *vname, int value, int s, const struct afswtch *afp)
|
||||
exit(1);
|
||||
}
|
||||
strncpy(my_ifr.ifr_name, name, sizeof (my_ifr.ifr_name));
|
||||
flags = (ifr->ifr_flags & 0xffff) | (my_ifr.ifr_flagshigh << 16);
|
||||
flags = (my_ifr.ifr_flags & 0xffff) | (my_ifr.ifr_flagshigh << 16);
|
||||
|
||||
if (value < 0) {
|
||||
value = -value;
|
||||
|
Loading…
x
Reference in New Issue
Block a user