mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 18:16:13 +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);
|
||||
|
||||
pbuf_free(p);
|
||||
LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_snd_response() done\n"));
|
||||
return err;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user