0241013 Bug 699815 - (cov#10859) Add missing braces in mod_admserv code

Authored and Committed by nkinder 13 years ago
    Bug 699815 - (cov#10859) Add missing braces in mod_admserv code
    
    There are a few spots in mod_admserv where we attempt to reconnect
    to DS.  The braces on the if statements were left out, so the loops
    that retry the connection are only executed once.  This adds the
    braces so the connection is retried.
    
        
file modified
+6 -3