commit 3d82b2f9f184c4261bf330eb2e95b6de80435d21
parent fb67c9e38fef56a3d037f7c177d223792fceaf44
Author: Gerrit Pape <pape@smarden.org>
Date: Thu, 24 Apr 2003 13:13:55 +0000
grmpf.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/svwaitdown.c b/src/svwaitdown.c
@@ -124,7 +124,7 @@ int main(int argc, const char * const *argv) {
continue;
}
- if (status[17] != 'd') {
+ if (status[17] != 'd') { /* catch previous failures */
if ((fd =open_write("supervise/control")) == -1) {
warn(*dir, ": unable to open supervise/control: ", &strerr_sys);
continue;