58f15dc Bug 700948 - (cov#10842) Use of unintialized variable in statusping

Authored and Committed by nkinder 13 years ago
    Bug 700948 - (cov#10842) Use of unintialized variable in statusping
    
    We should lookup the host by address if it looks like we received an
    IP address as the host variable. This will ensure that hent is filled
    in properly without using an uninitialized value.