X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsend.c;h=196af625a9aaf0a7b587fa15a38ff41038776f31;hp=784947215145d20070de06b9ecd2a7310e4dcabc;hb=38615191e71744b066425e0c44412b62dbe49cc2;hpb=045101c0a79f43fe566422622f154d5cc0141d8a 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; }