summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd/pw_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpc.yppasswdd/pw_util.c')
-rw-r--r--usr.sbin/rpc.yppasswdd/pw_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.yppasswdd/pw_util.c b/usr.sbin/rpc.yppasswdd/pw_util.c
index f65f03d..86535b8 100644
--- a/usr.sbin/rpc.yppasswdd/pw_util.c
+++ b/usr.sbin/rpc.yppasswdd/pw_util.c
@@ -150,7 +150,7 @@ pw_mkdb(username)
/* Temporarily turn off SIGCHLD catching */
install_reaper(0);
if (!(pid = vfork())) {
- if(!username) {
+ if (!username) {
execl(_PATH_PWD_MKDB, "pwd_mkdb", "-p", tempname,
(char *)NULL);
} else {
OpenPOWER on IntegriCloud