]> git.marmaro.de Git - mmh/blobdiff - uip/dropsbr.c
Updated the developer README with a few notes about the git conversion.
[mmh] / uip / dropsbr.c
index 3bd5c9beeefc905c2430f1e0efd45a6bdd269592..76bc00dbe2852751637c3afc151d30bdcf9daaf6 100644 (file)
@@ -467,8 +467,9 @@ mbx_size (int md, off_t start, off_t stop)
 int
 mbx_close (char *mailbox, int md)
 {
-    lkclose (md, mailbox);
-    return OK;
+    if (lkclose (md, mailbox) == 0)
+        return OK;
+    return NOTOK;
 }