diff options
author | Roy Marples <roy@marples.name> | 2008-03-19 19:59:50 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-19 19:59:50 +0000 |
commit | 5f091395c7b92211c0d875ee9e4bd49d2efc35b3 (patch) | |
tree | 5d1f9e5e195717e8fc85ed2bcdef52a37bfa88a7 | |
parent | 6159a32f39afc60d88602cc796cef6a395bb78bf (diff) |
Typo.
-rw-r--r-- | src/rc/start-stop-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index b9895826..db99efd6 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -976,7 +976,7 @@ int start_stop_daemon(int argc, char **argv) if ((strncmp(env->value, "RC_", 3) == 0 && strncmp(env->value, "RC_SERVICE=", 10) != 0 && strncmp(env->value, "RC_SVCNAME=", 10) != 0) || - strncmp(env->value, "SSD_NICELEVEL=", 14)) == 0) + strncmp(env->value, "SSD_NICELEVEL=", 14) == 0) { p = strchr(env->value, '='); *p = '\0'; |