netinet/libalias: Fix typo in debug message
No functional change. PR: 243831 Submitted by: Neel Chauhan <neel AT neelc DOT org> Differential Revision: https://reviews.freebsd.org/D23365
This commit is contained in:
parent
2a1481fbbf
commit
8e6b06be14
@ -664,7 +664,7 @@ GetNewPort(struct libalias *la, struct alias_link *lnk, int alias_port_param)
|
||||
}
|
||||
|
||||
#ifdef LIBALIAS_DEBUG
|
||||
fprintf(stderr, "PacketAlias/GetnewPort(): ");
|
||||
fprintf(stderr, "PacketAlias/GetNewPort(): ");
|
||||
fprintf(stderr, "could not find free port\n");
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user