+#if SQUID_SNMP
/*
* Simple Network Management Protocol (RFC 1067).
*
debug(49,5) ("init_agent_auth: Agent not installed properly, cannot open '%s'\n",
Config.Snmp.agentInfo );
debug(49,5)("init_agent_auth: Create a empty file '%s'. This is used for\n",
- snmp_agentinfo );
+ Config.Snmp.agentInfo );
debug(49,5)( "NV store of the agentBoots object.\n" );
return -1;
}
*index = 0;
return SNMP_ERR_NOERROR;
}
+
+#endif