]> diplodocus.org Git - nmh/blobdiff - uip/dist.c
Cope with sasl_decode64() returning SASL_CONTINUE as well as SASL_OK.
[nmh] / uip / dist.c
index d8c261da4c9dbf78d22ff9db200f988322695fbc..1effbb05bd00184a0bdee9bfe6497963c24c81a7 100644 (file)
@@ -285,5 +285,6 @@ try_it_again:
        done (0);
     what_now (ed, nedit, NOUSE, drft, msgnam, 1, mp,
        anot ? "Resent" : NULL, inplace, cwd);
-    return done (1);
+    done (1);
+    return 1;
 }