summaryrefslogtreecommitdiff
path: root/mail/xfmail
diff options
context:
space:
mode:
Diffstat (limited to 'mail/xfmail')
-rw-r--r--mail/xfmail/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/xfmail/files/patch-ac b/mail/xfmail/files/patch-ac
new file mode 100644
index 000000000000..5090babe3d6f
--- /dev/null
+++ b/mail/xfmail/files/patch-ac
@@ -0,0 +1,11 @@
+--- src/mail/nntp.cpp.orig Thu Jan 16 12:37:07 2003
++++ src/mail/nntp.cpp Thu Jan 16 12:37:32 2003
+@@ -59,7 +59,7 @@
+ #endif
+
+ if(fmt) {
+- snprintf(response, sizeof(response), fmt, ap);
++ vsnprintf(response, sizeof(response), fmt, ap);
+
+ if(logging & LOG_NNTP) {
+ if(!strncasecmp(response, "AUTHINFO PASS ", 14))