1ee23e9 Bug 697106 - (cov#10770) Need to call va_end() after calling va_start()

Authored and Committed by nkinder 13 years ago
    Bug 697106 - (cov#10770) Need to call va_end() after calling va_start()
    
    In adminutil, we call va_start() in servssl_error() and servssl_warn()
    functions, but we never call va_end().  We should be calling va_end()
    in these functions.