net-snmp/net-snmp-5.4.x_embedded_perl_error_message.patch

14 lines
458 B
Diff

=== agent/snmp_perl.c
==================================================================
--- agent/snmp_perl.c (revision 17294)
+++ agent/snmp_perl.c (local)
@@ -58,7 +58,7 @@
return;
bail_out:
- snmp_log(LOG_ERR, "embedded perl support failed to initalize\n");
+ snmp_log(LOG_ERR, "embedded perl support failed to initialize\n");
netsnmp_ds_set_boolean(NETSNMP_DS_APPLICATION_ID,
NETSNMP_DS_AGENT_DISABLE_PERL, 1);
return;