openbsd-ports/devel/git/patches/patch-imap-send_c
bernd bee120fd75 Update to git-1.7.0.4.
Based on a diff by Daniel Dickman. Thanks!
2010-04-02 16:08:09 +00:00

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);