diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2003-01-16 17:43:22 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2003-01-16 17:43:22 +0000 |
commit | e0eac3b80eff3cfad268326d2c2d2971f21541c4 (patch) | |
tree | 275fcd5669dde9281aafa99c1043ac214138cf65 /mail/xfmail | |
parent | 3aafe20c325477139511b91ce60579cf12f84b2e (diff) | |
download | ports-e0eac3b80eff3cfad268326d2c2d2971f21541c4.tar.gz ports-e0eac3b80eff3cfad268326d2c2d2971f21541c4.zip |
Notes
Diffstat (limited to 'mail/xfmail')
-rw-r--r-- | mail/xfmail/files/patch-ac | 11 |
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)) |