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 05:31:19 UTC

svn commit: r1131624 - /incubator/mesos/trunk/src/master_main.cpp

Author: benh
Date: Sun Jun  5 03:31:19 2011
New Revision: 1131624

URL: http://svn.apache.org/viewvc?rev=1131624&view=rev
Log:
webui was disabled (bug).

Modified:
    incubator/mesos/trunk/src/master_main.cpp

Modified: incubator/mesos/trunk/src/master_main.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/master_main.cpp?rev=1131624&r1=1131623&r2=1131624&view=diff
==============================================================================
--- incubator/mesos/trunk/src/master_main.cpp (original)
+++ incubator/mesos/trunk/src/master_main.cpp Sun Jun  5 03:31:19 2011
@@ -80,7 +80,6 @@ int main (int argc, char **argv)
     LOG(INFO) << "Nexus in fault-tolerant mode";
   PID master = Process::spawn(new Master(allocator, zooarg));
 
-#undef NEXUS_WEBUI
 #ifdef NEXUS_WEBUI
   startMasterWebUI(master);
 #endif