Fix last-minute typo which breaks the world.

Submitted by:	many
This commit is contained in:
sobomax 2002-08-19 08:59:20 +00:00
parent f70b854cde
commit 357ca3e7e3

View File

@ -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;