From 91cf91e02849df4e94d221b93bf455f058a0c07d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 31 Jan 2007 22:27:47 +0000 Subject: 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) --- source3/nsswitch/winbindd_group.c | 1 - 1 file changed, 1 deletion(-) 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'; -- cgit