summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-01-31 22:27:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:37 -0500
commit91cf91e02849df4e94d221b93bf455f058a0c07d (patch)
tree0b46af7547bad017d13b6f237f6d2b25c5249672
parent5eb536601aadf3015a677bb83d02f8ae2b9cc725 (diff)
downloadsamba-91cf91e02849df4e94d221b93bf455f058a0c07d.tar.gz
samba-91cf91e02849df4e94d221b93bf455f058a0c07d.tar.bz2
samba-91cf91e02849df4e94d221b93bf455f058a0c07d.zip
r21101: Remove "unused" warning from Jerry's code. We still
have a build failure in 3.0.24 in event_add_timed ? Jeremy (This used to be commit ede30a8b4b705808d9c46ae848f5cbd89a808cdc)
-rw-r--r--source3/nsswitch/winbindd_group.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c
index 9d8b41b4bf..b04fb16390 100644
--- a/source3/nsswitch/winbindd_group.c
+++ b/source3/nsswitch/winbindd_group.c
@@ -462,7 +462,6 @@ void winbindd_getgrnam(struct winbindd_cli_state *state)
gid_t gid;
union unid_t id;
NTSTATUS status;
- char replace_char[2] = { 0x0, 0x0 };
/* Ensure null termination */
state->request.data.groupname[sizeof(state->request.data.groupname)-1]='\0';