correct arg to getopt (-P takes arg).

Submitted by:	mikeh
MFC after:	1 week
This commit is contained in:
Hajimu UMEMOTO 2001-07-02 17:50:50 +00:00
parent b29f9e40f5
commit 96fbd5a8e7
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ main(int argc, char *argv[])
while ((ch = getopt(argc, argv, "c:sdf" while ((ch = getopt(argc, argv, "c:sdf"
#ifdef IPSEC #ifdef IPSEC
#ifdef IPSEC_POLICY_IPSEC #ifdef IPSEC_POLICY_IPSEC
"P" "P:"
#else /* IPSEC_POLICY_IPSEC */ #else /* IPSEC_POLICY_IPSEC */
"AE" "AE"
#endif /* IPSEC_POLICY_IPSEC */ #endif /* IPSEC_POLICY_IPSEC */