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:
Bjoern A. Zeeb 2011-06-18 09:46:39 +00:00
parent 52dcd04ba3
commit e08e8999f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223224

View File

@ -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);