X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fsend.c;h=196af625a9aaf0a7b587fa15a38ff41038776f31;hb=38615191e71744b066425e0c44412b62dbe49cc2;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; }