X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fslocal.c;h=1396cc29e850b285bc3098fbe7b73776c774337f;hb=da831514de01e2407cef37c118ffff0526a486d0;hp=08a3e28b7d8c4d5e2b1cfe80f464766b98e54c45;hpb=13f84dd50ca5754391dbd3296a5c7425f9363600;p=mmh diff --git a/uip/slocal.c b/uip/slocal.c index 08a3e28..1396cc2 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -412,7 +412,8 @@ main (int argc, char **argv) /* deliver the message */ status = localmail (fd, mdlvr); - return done (status != -1 ? RCV_MOK : RCV_MBX); + done (status != -1 ? RCV_MOK : RCV_MBX); + return 1; }