X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsend.c;h=196af625a9aaf0a7b587fa15a38ff41038776f31;hb=25c0bc3f1c034964421f8007e5802c647c5dc908;hp=784947215145d20070de06b9ecd2a7310e4dcabc;hpb=5ff96d61ee5af34956ae958a0bc72ee78734a4d7;p=mmh diff --git a/uip/send.c b/uip/send.c index 7849472..196af62 100644 --- a/uip/send.c +++ b/uip/send.c @@ -473,5 +473,6 @@ go_to_it: } context_save (); /* save the context file */ - return done (status); + done (status); + return 1; }