From: Philipp Takacs Date: Sat, 29 Aug 2015 09:56:34 +0000 (+0200) Subject: fix open up to 4 times on mbox_open() X-Git-Tag: mmh-0.2-RC1~25 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=5086954856e7b078981418d4aac233d37deb72bd fix open up to 4 times on mbox_open() Befor this lkopen was only called ones. --- diff --git a/uip/dropsbr.c b/uip/dropsbr.c index 5fbbb61..0ce5425 100644 --- a/uip/dropsbr.c +++ b/uip/dropsbr.c @@ -45,7 +45,7 @@ mbox_open(char *file, uid_t uid, gid_t gid, mode_t mode) case ETXTBSY: i = errno; sleep(5); - break; + continue; default: /* just return error */