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 06:56:37 UTC

svn commit: r1131678 - /incubator/mesos/trunk/src/lxc_isolation_module.cpp

Author: benh
Date: Sun Jun  5 04:56:36 2011
New Revision: 1131678

URL: http://svn.apache.org/viewvc?rev=1131678&view=rev
Log:
Fix suggested by Ben

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

Modified: incubator/mesos/trunk/src/lxc_isolation_module.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/lxc_isolation_module.cpp?rev=1131678&r1=1131677&r2=1131678&view=diff
==============================================================================
--- incubator/mesos/trunk/src/lxc_isolation_module.cpp (original)
+++ incubator/mesos/trunk/src/lxc_isolation_module.cpp Sun Jun  5 04:56:36 2011
@@ -196,6 +196,7 @@ void LxcIsolationModule::Reaper::operato
 	  }
 	}
       }
+      break;
     }
     case SHUTDOWN_REAPER:
     case PROCESS_EXIT: