summaryrefslogtreecommitdiffstats
path: root/src/LashDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LashDriver.cpp')
-rw-r--r--src/LashDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LashDriver.cpp b/src/LashDriver.cpp
index 7347842..ee92176 100644
--- a/src/LashDriver.cpp
+++ b/src/LashDriver.cpp
@@ -49,7 +49,7 @@ LashDriver::attach(bool launch_daemon)
return;
int lash_flags = LASH_Config_File;
- if (launch_daemon)
+ if (!launch_daemon)
lash_flags |= LASH_No_Start_Server;
m_client = lash_init(m_args, PACKAGE_NAME, lash_flags, LASH_PROTOCOL(2, 0));
if (m_client == NULL) {