diff options
author | Gerrit Pape <pape@smarden.org> | 2003-04-24 13:13:55 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-04-24 13:13:55 +0000 |
commit | 53cf6eff09e112350dbb034b6b114220c91957d2 (patch) | |
tree | 9f5a3a3289b0405848b6d8635a64e6b4e40f9541 /src | |
parent | bc0cb9e736522ef7bd3d813e5ab7f1e4a3b9c0a8 (diff) | |
download | runit-53cf6eff09e112350dbb034b6b114220c91957d2.tar.gz runit-53cf6eff09e112350dbb034b6b114220c91957d2.tar.xz runit-53cf6eff09e112350dbb034b6b114220c91957d2.zip |
grmpf.
Diffstat (limited to 'src')
-rw-r--r-- | src/svwaitdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svwaitdown.c b/src/svwaitdown.c index dfa748f..b10910b 100644 --- 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; |