bee120fd75
Based on a diff by Daniel Dickman. Thanks!
13 lines
491 B
Plaintext
13 lines
491 B
Plaintext
$OpenBSD: patch-imap-send_c,v 1.7 2010/04/02 16:08:09 bernd Exp $
|
|
--- imap-send.c.orig Sun Mar 7 17:13:40 2010
|
|
+++ imap-send.c Sun Mar 7 19:49:44 2010
|
|
@@ -964,7 +964,7 @@ static struct store *imap_open_store(struct imap_serve
|
|
/* open connection to IMAP server */
|
|
|
|
if (srvc->tunnel) {
|
|
- const char *argv[] = { srvc->tunnel, NULL };
|
|
+ const char *argv[] = { srvc->tunnel, (void *)NULL };
|
|
struct child_process tunnel = {0};
|
|
|
|
imap_info("Starting tunnel '%s'... ", srvc->tunnel);
|