summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Gritton <jamie@FreeBSD.org>2009-06-23 14:40:08 +0000
committerJamie Gritton <jamie@FreeBSD.org>2009-06-23 14:40:08 +0000
commit5b4a0a4fb5b851dadd766728042457ebbd922cf7 (patch)
tree068a3298cb57699f1ba12f276c79c7cf2579b755
parentded788478fd82fd26021525fbe1a5914e1ecafb8 (diff)
Notes
-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 143bbd5acb59..0d82e28a1234 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");