summaryrefslogtreecommitdiffstats
path: root/pw/pw_user.c
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2015-08-03 05:59:30 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2015-08-03 05:59:30 +0000
commit24ef8fc0a3d7033ed21af9a64bed0783d48f9184 (patch)
tree0df5c8d64a87e97168e405b505ff34e512d89c06 /pw/pw_user.c
parent0e5a5a90fcad565db8dcf6f21d5e0ee0de111663 (diff)
downloadpw-darwin-24ef8fc0a3d7033ed21af9a64bed0783d48f9184.tar.gz
pw-darwin-24ef8fc0a3d7033ed21af9a64bed0783d48f9184.tar.zst
pw-darwin-24ef8fc0a3d7033ed21af9a64bed0783d48f9184.zip
Actually set quiet to something.
/usr/home/adrian/work/freebsd/head-embedded-2/src/usr.sbin/pw/pw_user.c: In function 'pw_user_next': /usr/home/adrian/work/freebsd/head-embedded-2/src/usr.sbin/pw/pw_user.c:680: warning: statement with no effect
Diffstat (limited to 'pw/pw_user.c')
-rw-r--r--pw/pw_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pw_user.c b/pw/pw_user.c
index 33968ee..f1207e0 100644
--- a/pw/pw_user.c
+++ b/pw/pw_user.c
@@ -677,7 +677,7 @@ pw_user_next(int argc, char **argv, char *name __unused)
cfg = optarg;
break;
case 'q':
- quiet;
+ quiet = true;
break;
}
}