freebsd-ports/net/yptransitd/files/patch-src::log.c
Edwin Groothuis a7aade67bd New port yptransitd, an nss_ldap replacement.
An alternative to nss_ldap using an ldap based NIS/YP server.

PR:		ports/43394
Submitted by:	wolf <mjoyner@hq.dyns.cx>
2003-08-28 11:41:55 +00:00

11 lines
236 B
C

--- src/log.c.orig Thu Aug 28 04:39:11 2003
+++ src/log.c Thu Aug 28 04:39:22 2003
@@ -62,7 +62,7 @@
else if (prefs.perr == 1)
vfprintf (stderr, fmt, args);
- va_end (ap);
+ va_end (args);
}
void fatal (const char *fmt, ...)