git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c3db7a
)
r23619: Fix compile warning in fill_grent_mem() caused by mismatched counter size.
author
Gerald Carter
<jerry@samba.org>
Tue, 26 Jun 2007 21:22:01 +0000
(21:22 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 17:23:37 +0000
(12:23 -0500)
(This used to be commit
05520d6b0a86c1cd5abbf6252c4a32629cdf8619
)
source3/nsswitch/winbindd_group.c
patch
|
blob
|
history
diff --git
a/source3/nsswitch/winbindd_group.c
b/source3/nsswitch/winbindd_group.c
index e851001403df4a474b0a8569703c11ad815583ae..465477cd0e55102e31c761fbd26cda0616213943 100644
(file)
--- a/
source3/nsswitch/winbindd_group.c
+++ b/
source3/nsswitch/winbindd_group.c
@@
-543,7
+543,7
@@
static BOOL fill_grent_mem(struct winbindd_domain *domain,
n_glist = 1;
for ( i=0; i<max_depth && glist; i++ ) {
-
size_t
n_members = 0;
+
uint32
n_members = 0;
char **members = NULL;
NTSTATUS nt_status;