mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-18 23:42:25 +00:00
Added one strategic LWIP_DEBUGF to snmp_send_response().
This commit is contained in:
parent
cb412134dd
commit
a5532ffd4d
@ -193,6 +193,7 @@ snmp_send_response(struct snmp_msg_pstat *m_stat)
|
|||||||
udp_disconnect(m_stat->pcb);
|
udp_disconnect(m_stat->pcb);
|
||||||
|
|
||||||
pbuf_free(p);
|
pbuf_free(p);
|
||||||
|
LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_snd_response() done\n"));
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user