summaryrefslogtreecommitdiff
path: root/server-tools/instance-manager/IMService.cpp
diff options
context:
space:
mode:
authorreggie@linux.site <>2005-08-09 07:57:40 -0600
committerreggie@linux.site <>2005-08-09 07:57:40 -0600
commit153ad3f687c6e92b64e4a5d041d961fe685353ca (patch)
treea7fde26b064339dd4ccb6aea6869aa1fdc4caa2a /server-tools/instance-manager/IMService.cpp
parent7fa1779d62400e9b7091ffa10b993f20159e1dda (diff)
downloadmariadb-git-153ad3f687c6e92b64e4a5d041d961fe685353ca.tar.gz
changes to IM code that came from Petr's review
Diffstat (limited to 'server-tools/instance-manager/IMService.cpp')
-rw-r--r--server-tools/instance-manager/IMService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tools/instance-manager/IMService.cpp b/server-tools/instance-manager/IMService.cpp
index 4e53fe15ef4..428667d51fd 100644
--- a/server-tools/instance-manager/IMService.cpp
+++ b/server-tools/instance-manager/IMService.cpp
@@ -66,6 +66,6 @@ int HandleServiceOptions(Options options)
}
}
else
- ret_val= winService.Init() ? 0 : 1;
+ ret_val= !winService.Init();
return ret_val;
}