mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add a missing white space.
This commit is contained in:
parent
88e07d922d
commit
bba75509c1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253057
@ -1286,7 +1286,7 @@ make_prefix(struct rainfo *rai, int ifindex, struct in6_addr *addr, int plen)
|
||||
|
||||
memset(&ipr, 0, sizeof(ipr));
|
||||
if (if_indextoname(ifindex, ipr.ipr_name) == NULL) {
|
||||
syslog(LOG_ERR, "<%s> Prefix added interface No.%d doesn't"
|
||||
syslog(LOG_ERR, "<%s> Prefix added interface No.%d doesn't "
|
||||
"exist. This should not happen! %s", __func__,
|
||||
ifindex, strerror(errno));
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user