]> diplodocus.org Git - nmh/blobdiff - uip/msgchk.c
Cope with sasl_decode64() returning SASL_CONTINUE as well as SASL_OK.
[nmh] / uip / msgchk.c
index 872dc2e152fc1fe17dd31d82a6e8c069ae14bfbf..1a59a3bd7d02c9f13a6c43d69441cf7ad456eb8b 100644 (file)
@@ -327,7 +327,8 @@ main (int argc, char **argv)
     }          /* host == NULL */
 #endif
 
-    return done (status);
+    done (status);
+    return 1;
 }