diff options
author | Gerald Carter <jerry@samba.org> | 2003-12-09 21:31:38 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-12-09 21:31:38 +0000 |
commit | 272be24ffd94f81c273775e154f01d93028d4b28 (patch) | |
tree | a7e9bf6e88d59808cc394dada79db7ac987d2d5f /source3/nsswitch/winbindd_group.c | |
parent | ea4e53904ed015a754b5151fdd705fbab1630750 (diff) | |
download | samba-272be24ffd94f81c273775e154f01d93028d4b28.tar.gz samba-272be24ffd94f81c273775e154f01d93028d4b28.tar.bz2 samba-272be24ffd94f81c273775e154f01d93028d4b28.zip |
working on packaging; also fixed some path issues in configure.in & Makefile.in
(This used to be commit c16e51bfaf59b2d5b1b800ee272ac45b13b9a9fc)
Diffstat (limited to 'source3/nsswitch/winbindd_group.c')
-rw-r--r-- | source3/nsswitch/winbindd_group.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c index fba427536c..1c5d6acf51 100644 --- a/source3/nsswitch/winbindd_group.c +++ b/source3/nsswitch/winbindd_group.c @@ -691,8 +691,8 @@ enum winbindd_result winbindd_getgrent(struct winbindd_cli_state *state) goto tryagain; } - DEBUG(10, ("got gid %lu for group %x\n", (unsigned long)group_gid, - name_list[ent->sam_entry_index].rid)); + DEBUG(10, ("got gid %lu for group %lu\n", (unsigned long)group_gid, + (unsigned long)name_list[ent->sam_entry_index].rid)); /* Fill in group entry */ |