about summary refs log tree commit diff
path: root/nitro.c
diff options
context:
space:
mode:
Diffstat (limited to 'nitro.c')
-rw-r--r--nitro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nitro.c b/nitro.c
index 8d3b8d0..ac9212d 100644
--- a/nitro.c
+++ b/nitro.c
@@ -1411,7 +1411,7 @@ main(int argc, char *argv[])
 					up++;
 					if (services[i].islog)
 						uplog++;
-					if (strcmp(services[i].name, "LOG"))
+					if (strcmp(services[i].name, "LOG") == 0)
 						uplog++;
 				}
 			}