View | Details | Raw Unified | Return to bug 78807
Collapse All | Expand All

(-)agent/snmp_agent.c (+1 lines)
Lines 825-830 Link Here
825
            return 0;
825
            return 0;
826
        }
826
        }
827
    } else {
827
    } else {
828
        SNMP_FREE(addr_string);
828
        if (hosts_ctl("snmpd", STRING_UNKNOWN, STRING_UNKNOWN, STRING_UNKNOWN)){
829
        if (hosts_ctl("snmpd", STRING_UNKNOWN, STRING_UNKNOWN, STRING_UNKNOWN)){
829
            snmp_log(allow_severity, "Connection from <UNKNOWN>\n");
830
            snmp_log(allow_severity, "Connection from <UNKNOWN>\n");
830
            addr_string = strdup("<UNKNOWN>");
831
            addr_string = strdup("<UNKNOWN>");

Return to bug 78807