]> diplodocus.org Git - nmh/blobdiff - uip/burst.c
Cope with sasl_decode64() returning SASL_CONTINUE as well as SASL_OK.
[nmh] / uip / burst.c
index 319918bb35f6ed3670412ee4b5e1a4fc4753cb5c..15756d30354cb26fae511fccb4917a38570b6afe 100644 (file)
@@ -189,7 +189,8 @@ main (int argc, char **argv)
     seq_save (mp);     /* synchronize message sequences */
     context_save ();   /* save the context file         */
     folder_free (mp);  /* free folder/message structure */
-    return done (0);
+    done (0);
+    return 1;
 }