7119f0c Do not obfuscate calls with booleans

Authored and Committed by jhrozek 10 years ago
    Do not obfuscate calls with booleans
    
    Instead of using boolean variables to denote whether the call is adding
    a primary or a secondary server, use a function wrapper that tells what
    it's doing by its name.
    
        
file modified
+21 -7