[PC-BSD Commits] r18396 - pcbsd/current/src-sh/pc-adctl/nss
svn at pcbsd.org
svn at pcbsd.org
Fri Aug 10 12:52:41 PDT 2012
Author: johnh
Date: 2012-08-10 19:52:40 +0000 (Fri, 10 Aug 2012)
New Revision: 18396
Modified:
pcbsd/current/src-sh/pc-adctl/nss/nssconf.c
Log:
This little guy slipped in, let's get him outta here.
Modified: pcbsd/current/src-sh/pc-adctl/nss/nssconf.c
===================================================================
--- pcbsd/current/src-sh/pc-adctl/nss/nssconf.c 2012-08-10 11:22:27 UTC (rev 18395)
+++ pcbsd/current/src-sh/pc-adctl/nss/nssconf.c 2012-08-10 19:52:40 UTC (rev 18396)
@@ -968,7 +968,7 @@
if (infile != NULL)
yyparse();
- if (yyout != NULL)
+ if (yyout == NULL)
yyout = stdout;
if (do_modifications() < 0)
More information about the Commits
mailing list