Explorar o código

64-bit cleanness

Oswald Buddenhagen %!s(int64=20) %!d(string=hai) anos
pai
achega
d2753c4188
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/drv_imap.c

+ 1 - 1
src/drv_imap.c

@@ -1229,7 +1229,7 @@ imap_open_store( store_conf_t *conf, store_t *oldctx )
 				_exit( 127 );
 			close( a[0] );
 			close( a[1] );
-			execl( "/bin/sh", "sh", "-c", srvc->tunnel, 0 );
+			execl( "/bin/sh", "sh", "-c", srvc->tunnel, (char *)0 );
 			_exit( 127 );
 		}