X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=testsuite%2Fsmbd%2Fsec_ctx_utils.c;h=e72292b9864d1d4a7bc8a7ef9323df8dbe12d99b;hp=4d0588196dd48bdc9e8d72e19a31ae6ed6c2395c;hb=58e9534300430fa4f2bcb50fb2d1d2990bdbe636;hpb=c4f74ddb8344c7daf052484bb3e4bbce9b57db23 diff --git a/testsuite/smbd/sec_ctx_utils.c b/testsuite/smbd/sec_ctx_utils.c index 4d0588196dd..e72292b9864 100644 --- a/testsuite/smbd/sec_ctx_utils.c +++ b/testsuite/smbd/sec_ctx_utils.c @@ -6,7 +6,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -15,8 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "includes.h" @@ -36,7 +35,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++) {