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:
Max Laier 2005-10-22 17:50:45 +00:00
parent 1e4b360655
commit e5134d2e82

View file

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