aboutsummaryrefslogtreecommitdiff
path: root/net/imapproxy/files/patch-ae
blob: 26af092275f963403933dfa6322bcb6c0f2c4797 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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