correct arg to getopt (-P takes arg).
Submitted by: mikeh MFC after: 1 week
This commit is contained in:
parent
b29f9e40f5
commit
96fbd5a8e7
@ -545,7 +545,7 @@ main(int argc, char *argv[])
|
||||
while ((ch = getopt(argc, argv, "c:sdf"
|
||||
#ifdef IPSEC
|
||||
#ifdef IPSEC_POLICY_IPSEC
|
||||
"P"
|
||||
"P:"
|
||||
#else /* IPSEC_POLICY_IPSEC */
|
||||
"AE"
|
||||
#endif /* IPSEC_POLICY_IPSEC */
|
||||
|
Loading…
x
Reference in New Issue
Block a user