remove silly check that prevented setting lan config for channels

other than 6 or 7
This commit is contained in:
Duncan Laurie 2004-04-09 16:45:55 +00:00
parent 7d4b1e8bee
commit bbb7cc35ab

View File

@ -468,10 +468,6 @@ ipmi_lan_set(struct ipmi_intf * intf, int argc, char ** argv)
}
chan = (unsigned char)strtol(argv[0], NULL, 0);
if (chan != 0x6 && chan != 0x7) {
printf("valid LAN channels are 6 and 7\n");
return;
}
/* set user access */
if (!strncmp(argv[1], "user", 4)) {