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:
Sylvain Rochet 2016-11-06 12:54:26 +01:00
parent dde55c6c0e
commit b978d17ca0

View File

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