0a28e3d Bug 699907 - (cov#10833) Use of uninitialized vars in SNMP code

Authored and Committed by nkinder 13 years ago
    Bug 699907 - (cov#10833) Use of uninitialized vars in SNMP code
    
    We should initialize the sin struct to be empty to prevent the
    uninitialized contents from being used when bind() is called.
    
        
file modified
+1 -1