1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/mail/lmtp2nntp/files/patch-lmtp2nntp_main.c.diff
Pav Lucistnik ce5ceb73fa - Update to 1.4.1
PR:		ports/87671
Submitted by:	Vasil Dimov <vd@datamax.bg> (maintainer)
2005-10-21 22:11:51 +00:00

12 lines
285 B
Diff

--- lmtp2nntp_main.c.orig Wed Oct 19 19:14:11 2005
+++ lmtp2nntp_main.c Wed Oct 19 19:14:24 2005
@@ -129,7 +129,7 @@
ch = ch2;
}
va_start(ap, fmt);
- l2_channel_vlog(ch, level, fmt, ap);
+ l2_channel_vlog(ch, level, fmt, &ap);
va_end(ap);
return;
}