You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:30:30 UTC

svn commit: r1132059 - /incubator/mesos/trunk/src/slave/solaris_project_isolation_module.cpp

Author: benh
Date: Sun Jun  5 08:30:30 2011
New Revision: 1132059

URL: http://svn.apache.org/viewvc?rev=1132059&view=rev
Log:
Fixed error on Solaris

Modified:
    incubator/mesos/trunk/src/slave/solaris_project_isolation_module.cpp

Modified: incubator/mesos/trunk/src/slave/solaris_project_isolation_module.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/slave/solaris_project_isolation_module.cpp?rev=1132059&r1=1132058&r2=1132059&view=diff
==============================================================================
--- incubator/mesos/trunk/src/slave/solaris_project_isolation_module.cpp (original)
+++ incubator/mesos/trunk/src/slave/solaris_project_isolation_module.cpp Sun Jun  5 08:30:30 2011
@@ -90,7 +90,7 @@ ExecutorLauncher* SolarisProjectIsolatio
                              slave->getConf().get("home", ""),
                              slave->getConf().get("hadoop_home", ""),
                              !slave->local,
-                             slave->getConf().get("switch_user", ""),
+                             slave->getConf().get("switch_user", true),
                              frameworkProject[fw->id]);
 }