mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
Add a missing ',' to separate arguments lost for r222465 only found in
case a complete world is built without INET support. MFC after: 10 days X-MFC with: 222465
This commit is contained in:
parent
52dcd04ba3
commit
e08e8999f6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223224
@ -404,7 +404,7 @@ print_jail(int pflags, int jflags)
|
||||
(!ip4_ok || params[1].jp_valuelen == 0) ? "-"
|
||||
: inet_ntoa(*(struct in_addr *)params[1].jp_value),
|
||||
#else
|
||||
"-"
|
||||
"-",
|
||||
#endif
|
||||
(char *)params[2-!ip4_ok].jp_value,
|
||||
(char *)params[3-!ip4_ok].jp_value);
|
||||
|
Loading…
Reference in New Issue
Block a user