[PC-BSD Commits] r18004 - pcbsd/current/src-sh/pc-adctl/krb
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 30 15:20:35 PDT 2012
Author: johnh
Date: 2012-07-30 22:20:35 +0000 (Mon, 30 Jul 2012)
New Revision: 18004
Modified:
pcbsd/current/src-sh/pc-adctl/krb/krbconf.c
Log:
Nevermind, returned it back.
Modified: pcbsd/current/src-sh/pc-adctl/krb/krbconf.c
===================================================================
--- pcbsd/current/src-sh/pc-adctl/krb/krbconf.c 2012-07-30 22:18:46 UTC (rev 18003)
+++ pcbsd/current/src-sh/pc-adctl/krb/krbconf.c 2012-07-30 22:20:35 UTC (rev 18004)
@@ -939,7 +939,7 @@
argv += optind;
if (infile != NULL) {
- yyin = fopen(infile, "r");
+ yyin = fopen(infile, "r+");
if (yyin == NULL)
err(EX_NOINPUT, "%s", infile);
}
More information about the Commits
mailing list