summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2015-08-03 05:59:30 +0000
committeradrian <adrian@FreeBSD.org>2015-08-03 05:59:30 +0000
commita01e37a02773166b6dfcb7f16a13db1fc78d283d (patch)
tree1575f388f8478eed21f95a20498260dff26d4856 /usr.sbin/pw
parent58a2b7b1419a198457841311eb13965e25ea8306 (diff)
downloadFreeBSD-src-a01e37a02773166b6dfcb7f16a13db1fc78d283d.zip
FreeBSD-src-a01e37a02773166b6dfcb7f16a13db1fc78d283d.tar.gz
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 'usr.sbin/pw')
-rw-r--r--usr.sbin/pw/pw_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw_user.c b/usr.sbin/pw/pw_user.c
index 33968ee..f1207e0 100644
--- a/usr.sbin/pw/pw_user.c
+++ b/usr.sbin/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;
}
}
OpenPOWER on IntegriCloud