X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsend.c;h=b98d89a8406b1b0055a6b0041f8aaf8c72a2b56e;hb=7736b0a60c15cc20db0ba8c3e0fe8e11d1c78c20;hp=2370ea4cffceef5323d4bd46550c7da5153a1779;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/send.c b/uip/send.c index 2370ea4..b98d89a 100644 --- a/uip/send.c +++ b/uip/send.c @@ -428,5 +428,5 @@ go_to_it: } context_save (); /* save the context file */ - done (status); + return done (status); }