mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
sctp: fix debug message
(cherry picked from commit 518a1163d0)
(cherry picked from commit 0e8faabc270f89fbc54bbc118b2ebe2a38364375)
Approved by: re (cperviva)
This commit is contained in:
parent
a0bc4ec08b
commit
35874d28c8
1 changed files with 1 additions and 1 deletions
|
|
@ -626,7 +626,7 @@ sctp_del_addr_from_vrf(uint32_t vrf_id, struct sockaddr *addr,
|
|||
if (sctp_ifap->ifn_p) {
|
||||
if (ifn_index != sctp_ifap->ifn_p->ifn_index ||
|
||||
ifn != sctp_ifap->ifn_p->ifn_p) {
|
||||
SCTPDBG(SCTP_DEBUG_PCB4, "ifn:%d (p) ifname:%s - ignoring delete\n",
|
||||
SCTPDBG(SCTP_DEBUG_PCB4, "ifn:%d (%p) ifname:%s - ignoring delete\n",
|
||||
sctp_ifap->ifn_p->ifn_index,
|
||||
sctp_ifap->ifn_p->ifn_p,
|
||||
sctp_ifap->ifn_p->ifn_name);
|
||||
|
|
|
|||
Loading…
Reference in a new issue