mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
Fix obvious copy'n'paste-O in rev.1.36 While here nit style.
PR: bin/87783 Submitted by: Mats Palmgren MFC after: 1 week
This commit is contained in:
parent
1e4b360655
commit
e5134d2e82
1 changed files with 3 additions and 3 deletions
|
|
@ -323,11 +323,11 @@ main(int argc, char *argv[])
|
|||
#ifdef INET6
|
||||
else if (strcmp(optarg, "inet6") == 0)
|
||||
af = AF_INET6;
|
||||
#endif /*INET6*/
|
||||
#ifdef INET6
|
||||
#endif
|
||||
#ifdef IPSEC
|
||||
else if (strcmp(optarg, "pfkey") == 0)
|
||||
af = PF_KEY;
|
||||
#endif /*INET6*/
|
||||
#endif
|
||||
else if (strcmp(optarg, "unix") == 0)
|
||||
af = AF_UNIX;
|
||||
else if (strcmp(optarg, "atalk") == 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue