mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
PPP, IPCP: remove obvious FIXME
No-op. This is now unused code and it is pretty self explanatory what int_option do; it checks that passed parameter is an unsigned integer.
This commit is contained in:
parent
dde55c6c0e
commit
b978d17ca0
@ -350,11 +350,8 @@ setvjslots(argv)
|
||||
{
|
||||
int value;
|
||||
|
||||
/* FIXME: found what int_option() did */
|
||||
#if PPP_OPTIONS
|
||||
if (!int_option(*argv, &value))
|
||||
return 0;
|
||||
#endif /* PPP_OPTIONS */
|
||||
|
||||
if (value < 2 || value > 16) {
|
||||
option_error("vj-max-slots value must be between 2 and 16");
|
||||
|
Loading…
x
Reference in New Issue
Block a user