# HG changeset patch # User Some Random Person # Date 1331792520 25200 # Node ID 51b8f15fea297996a436636aee739105c8df355e # Parent bd5ab695145c6a36479acc50e4427b3e811882d0 New states for sub-repos, almost works, just bug in shutdown to fix still diff -r bd5ab695145c -r 51b8f15fea29 SSR_Request_Handlers.c --- a/SSR_Request_Handlers.c Tue Mar 13 18:30:05 2012 -0700 +++ b/SSR_Request_Handlers.c Wed Mar 14 23:22:00 2012 -0700 @@ -512,7 +512,7 @@ if( singleton->hasFinished ) { //by definition, only one slave should ever be able to run end singleton // so if this is true, is an error - //VMS_PI__throw_exception( "singleton code ran twice", requestingPr, NULL); + ERROR1( "singleton code ran twice", requestingPr ); } singleton->hasFinished = TRUE;