mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-25 13:27:03 +00: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 New Issue
Block a user