summaryrefslogtreecommitdiffstats
path: root/sss_client/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'sss_client/group.c')
-rw-r--r--sss_client/group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sss_client/group.c b/sss_client/group.c
index c340a2cc3..66cec6236 100644
--- a/sss_client/group.c
+++ b/sss_client/group.c
@@ -82,7 +82,7 @@ static int sss_nss_getgr_readrep(struct sss_nss_gr_rep *pr,
uint32_t mem_num;
int err;
- if (*len < 21) { /* not enough space for data, bad packet */
+ if (*len < 15) { /* not enough space for data, bad packet */
return EBADMSG;
}