summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vipw
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-08-16 18:29:27 +0000
committermillert <millert@openbsd.org>2001-08-16 18:29:27 +0000
commit1f6881a5ca1adeb5d3989b43f33635faad835f71 (patch)
tree392d5aaedfb97a88010db3e339f9653eab1c3c10 /usr.sbin/vipw
parentAdd new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -s (diff)
downloadwireguard-openbsd-1f6881a5ca1adeb5d3989b43f33635faad835f71.tar.xz
wireguard-openbsd-1f6881a5ca1adeb5d3989b43f33635faad835f71.zip
extra arg to pw_mkdb
Diffstat (limited to 'usr.sbin/vipw')
-rw-r--r--usr.sbin/vipw/vipw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/vipw/vipw.c b/usr.sbin/vipw/vipw.c
index aa7c27ab39f..6a2d07b228a 100644
--- a/usr.sbin/vipw/vipw.c
+++ b/usr.sbin/vipw/vipw.c
@@ -101,7 +101,7 @@ main(argc, argv)
warnx("no changes made");
pw_error((char *)NULL, 0, 0);
}
- if (pw_mkdb(NULL) == 0)
+ if (pw_mkdb(NULL, 0) == 0)
break;
pw_prompt();
}