summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-19 19:59:50 +0000
committerRoy Marples <roy@marples.name>2008-03-19 19:59:50 +0000
commit5f091395c7b92211c0d875ee9e4bd49d2efc35b3 (patch)
tree5d1f9e5e195717e8fc85ed2bcdef52a37bfa88a7 /src
parent6159a32f39afc60d88602cc796cef6a395bb78bf (diff)
downloadopenrc-5f091395c7b92211c0d875ee9e4bd49d2efc35b3.tar.gz
openrc-5f091395c7b92211c0d875ee9e4bd49d2efc35b3.tar.bz2
openrc-5f091395c7b92211c0d875ee9e4bd49d2efc35b3.tar.xz
Typo.
Diffstat (limited to 'src')
-rw-r--r--src/rc/start-stop-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index b989582..db99efd 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';