mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 17:43:39 +08:00
SNMP: fixed typo: snmp_set_sysdesr -> snmp_set_sysdescr
This commit is contained in:
@@ -933,7 +933,7 @@ void objectidncpy(s32_t *dst, s32_t *src, u8_t n)
|
||||
* @param str if non-NULL then copy str pointer
|
||||
* @param len points to string length, excluding zero terminator
|
||||
*/
|
||||
void snmp_set_sysdesr(u8_t *str, u8_t *len)
|
||||
void snmp_set_sysdescr(u8_t *str, u8_t *len)
|
||||
{
|
||||
if (str != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user