summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/jexec/jexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/jexec/jexec.c b/usr.sbin/jexec/jexec.c
index 143bbd5..0d82e28 100644
--- a/usr.sbin/jexec/jexec.c
+++ b/usr.sbin/jexec/jexec.c
@@ -75,9 +75,9 @@ main(int argc, char *argv[])
int ch, ngroups, uflag, Uflag;
long ngroups_max;
char *ep, *username;
+
ch = uflag = Uflag = 0;
username = NULL;
-
ngroups_max = sysconf(_SC_NGROUPS_MAX) + 1;
if ((groups = malloc(sizeof(gid_t) * ngroups_max)) == NULL)
err(1, "malloc");
OpenPOWER on IntegriCloud