Don't pass a NULL pointer to syslog(3).
Submitted by: kris
This commit is contained in:
parent
b241e69d12
commit
e9fb8a0e9d
@ -366,6 +366,7 @@ init_transport(struct netconfig *nconf)
|
||||
oldmask = umask(S_IXUSR|S_IXGRP|S_IXOTH);
|
||||
if (bind(fd, sa, addrlen) != 0) {
|
||||
syslog(LOG_ERR, "cannot bind %s on %s: %m",
|
||||
(hosts[nhostsbak] == NULL) ? "*" :
|
||||
hosts[nhostsbak], nconf->nc_netid);
|
||||
if (res != NULL)
|
||||
freeaddrinfo(res);
|
||||
|
Loading…
Reference in New Issue
Block a user