diff options
Diffstat (limited to 'ospfd/ospf_main.c')
| -rw-r--r-- | ospfd/ospf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 758deaf3e5..62eb41e770 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -218,7 +218,7 @@ main (int argc, char **argv) { case 'n': instance = atoi(optarg); - if (instance < 1 || instance > 65535) + if (instance < 1) exit(0); break; case 0: |
