foo does not live here anymore
This commit is contained in:
parent
7e4a2b6a43
commit
eb526c573f
|
@ -366,7 +366,7 @@ int handle_channelList(netsnmp_mib_handler *handler, netsnmp_handler_registratio
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
/* we should never get here, so this is a really bad error */
|
/* we should never get here, so this is a really bad error */
|
||||||
snmp_log(LOG_ERR, "Unknown mode (%d) in handle_foo\n", reqinfo->mode );
|
snmp_log(LOG_ERR, "Unknown mode (%d) in handle_channelList\n", reqinfo->mode );
|
||||||
return SNMP_ERR_GENERR;
|
return SNMP_ERR_GENERR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue