diff options
-rw-r--r-- | testsuite/smbd/sec_ctx_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/smbd/sec_ctx_utils.c b/testsuite/smbd/sec_ctx_utils.c index 4d0588196d..fbda6352c4 100644 --- a/testsuite/smbd/sec_ctx_utils.c +++ b/testsuite/smbd/sec_ctx_utils.c @@ -36,7 +36,7 @@ void get_random_grouplist(int *ngroups, gid_t **groups) if (!groups) { printf("FAIL: malloc random grouplist\n"); - return 1; + return; } for (i = 0; i < *ngroups; i++) { |