mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Merge pull request #15202 from idryzhov/mgmt-log
mgmtd: remove unguarded debug log
This commit is contained in:
commit
d1ce73a0fe
|
@ -1481,8 +1481,6 @@ static void mgmt_reset_get_data_reply(struct mgmt_get_data_reply *get_reply)
|
|||
get_reply->reply_xpathp[indx] = 0;
|
||||
}
|
||||
if (get_reply->reply_data[indx].xpath) {
|
||||
zlog_debug("%s free xpath %p", __func__,
|
||||
get_reply->reply_data[indx].xpath);
|
||||
free(get_reply->reply_data[indx].xpath);
|
||||
get_reply->reply_data[indx].xpath = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue