2010-10-07 05:42:23 -04:00
|
|
|
$OpenBSD: patch-imap-send_c,v 1.9 2010/10/07 09:42:23 bernd Exp $
|
|
|
|
--- imap-send.c.orig Fri Aug 20 01:44:47 2010
|
|
|
|
+++ imap-send.c Thu Sep 2 11:12:51 2010
|
|
|
|
@@ -1068,7 +1068,7 @@ static struct store *imap_open_store(struct imap_serve
|
2010-04-02 12:08:09 -04:00
|
|
|
/* open connection to IMAP server */
|
2009-03-24 01:11:50 -04:00
|
|
|
|
2010-04-02 12:08:09 -04:00
|
|
|
if (srvc->tunnel) {
|
|
|
|
- const char *argv[] = { srvc->tunnel, NULL };
|
|
|
|
+ const char *argv[] = { srvc->tunnel, (void *)NULL };
|
|
|
|
struct child_process tunnel = {0};
|
2009-01-24 09:31:28 -05:00
|
|
|
|
2010-04-02 12:08:09 -04:00
|
|
|
imap_info("Starting tunnel '%s'... ", srvc->tunnel);
|