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:
mlaier 2005-10-22 17:50:45 +00:00
parent 25376bdec2
commit cdb10bb44d

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)