X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsend.c;h=b98d89a8406b1b0055a6b0041f8aaf8c72a2b56e;hp=2370ea4cffceef5323d4bd46550c7da5153a1779;hb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;hpb=8f8d299c72fdf8105947681d459dde45eda94e9d 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); }