mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix a format-code, thus getting rid of a compile-time warning msg.
This commit is contained in:
parent
fd9f324055
commit
7c17eaa6a8
1 changed files with 1 additions and 1 deletions
|
|
@ -1352,7 +1352,7 @@ dofork(pp, action)
|
|||
*/
|
||||
if (pid == 0) {
|
||||
if ((pwd = getpwuid(pp->daemon_user)) == NULL) {
|
||||
syslog(LOG_ERR, "Can't lookup default daemon uid (%d) in password file",
|
||||
syslog(LOG_ERR, "Can't lookup default daemon uid (%ld) in password file",
|
||||
pp->daemon_user);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue