64-bit cleanness
This commit is contained in:
parent
1a77d2e650
commit
d2753c4188
|
@ -1229,7 +1229,7 @@ imap_open_store( store_conf_t *conf, store_t *oldctx )
|
||||||
_exit( 127 );
|
_exit( 127 );
|
||||||
close( a[0] );
|
close( a[0] );
|
||||||
close( a[1] );
|
close( a[1] );
|
||||||
execl( "/bin/sh", "sh", "-c", srvc->tunnel, 0 );
|
execl( "/bin/sh", "sh", "-c", srvc->tunnel, (char *)0 );
|
||||||
_exit( 127 );
|
_exit( 127 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user