Author: bendewey
Date: Tue Jul  7 13:59:25 2009
New Revision: 791838

URL: http://svn.apache.org/viewvc?rev=791838&view=rev
Log:
Fix bug where choosing Quit on the AuthorizeWcfServices.bat script actually 
runs delete reservations.

Modified:
    
incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat

Modified: 
incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat?rev=791838&r1=791837&r2=791838&view=diff
==============================================================================
--- 
incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat
 (original)
+++ 
incubator/stonehenge/trunk/stocktrader/dotnet/setup_utilities/Util/AuthorizeWcfServices.bat
 Tue Jul  7 13:59:25 2009
@@ -37,9 +37,9 @@
 
 
 choice /c:123Q /n
-if errorlevel 2 SET user=\Everyone
+if errorlevel 4 GOTO Exit
 if errorlevel 3 GOTO Remove
-if errorlevel 4 GOTO:EOF
+if errorlevel 2 SET user=\Everyone
 
 netsh http add urlacl url=http://+:7000/ user=%user%
 netsh http add urlacl url=http://+:8000/ user=%user%


Reply via email to