summaryrefslogtreecommitdiff
path: root/libmisc/find_new_sub_gids.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmisc/find_new_sub_gids.c')
-rw-r--r--libmisc/find_new_sub_gids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmisc/find_new_sub_gids.c b/libmisc/find_new_sub_gids.c
index 335203ca..ae8a937c 100644
--- a/libmisc/find_new_sub_gids.c
+++ b/libmisc/find_new_sub_gids.c
@@ -58,7 +58,7 @@ int find_new_sub_gids (const char *owner,
min = getdef_ulong ("SUB_GID_MIN", 100000UL);
max = getdef_ulong ("SUB_GID_MAX", 600100000UL);
- count = getdef_ulong ("SUB_GID_COUNT", 10000);
+ count = getdef_ulong ("SUB_GID_COUNT", 65536);
if (min > max || count >= max || (min + count - 1) > max) {
(void) fprintf (stderr,