43104bf Bug 699907 - (cov#10836) Use of uninitialized var in http conn code

Authored and Committed by nkinder 13 years ago
    Bug 699907 - (cov#10836) Use of uninitialized var in http conn code
    
    The make_http_request() function is designed to work with hostnames
    only.  If is possible that we use the uninitialized err variable if
    an IP address is passed in as the server command.  We should
    initialize err to prevent this.
    
        
file modified
+1 -1