freebsd-ports/net/imapproxy/files/patch-network.c_2
Adam Weinberger 69ea23ed71 Rename net/ patch-xy patches to reflect the files they modify.
Approve by:	portmgr (not really, but one of these is modifying
		an unstaged port)
2014-07-29 01:59:16 +00:00

11 lines
281 B
Text

--- network.c.orig Fri Aug 1 06:34:08 2003
+++ network.c Fri Aug 1 06:33:23 2003
@@ -48,7 +48,7 @@
va_start(v, fmt);
i = vsnprintf(buf, sizeof(buf), fmt, v);
write(s, buf, i);
- va_end(fmt);
+ va_end(v);
}
/* resolve a hostname to an IP in long notation