• Harin Vadodaria's avatar
    Bug#11753779: MAX_CONNECT_ERRORS WORKS ONLY WHEN 1ST · 9f072780
    Harin Vadodaria authored
                  INC_HOST_ERRORS() IS CALLED.
    
    Issue       : Sequence of calling inc_host_errors()
                  and reset_host_errors() required some
                  changes in order to maintain correct
                  connection error count.
    
    Solution    : Call to reset_host_errors() is shifted
                  to a location after which no calls to
                  inc_host_errors() are made.
    9f072780
hostname.cc 7.65 KB