diff options
author | Volker Lendecke <vl@samba.org> | 2009-12-23 11:39:10 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-12-23 11:42:31 +0100 |
commit | 40d4c31999e88689aefe5df230de313a2f45f064 (patch) | |
tree | 03e8d4a11cad8e3f3d97e66cd984c535c179502d /source3 | |
parent | 475d296065d57f9b38b109203b40ed0b47a2ac7e (diff) | |
download | samba-40d4c31999e88689aefe5df230de313a2f45f064.tar.gz samba-40d4c31999e88689aefe5df230de313a2f45f064.tar.bz2 samba-40d4c31999e88689aefe5df230de313a2f45f064.zip |
s3: Remove unused sendto_child()
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_dual.c | 7 | ||||
-rw-r--r-- | source3/winbindd/winbindd_proto.h | 2 |
2 files changed, 0 insertions, 9 deletions
diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index 376d7c7309..4d22ec868f 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -527,13 +527,6 @@ static void recvfrom_child(void *private_data_data, bool success) request_ok(state); } -void sendto_child(struct winbindd_cli_state *state, - struct winbindd_child *child) -{ - async_request(state->mem_ctx, child, state->request, - state->response, recvfrom_child, state); -} - void sendto_domain(struct winbindd_cli_state *state, struct winbindd_domain *domain) { diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index fab31ba60b..ce1789e7fb 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -287,8 +287,6 @@ void async_domain_request(TALLOC_CTX *mem_ctx, struct winbindd_response *response, void (*continuation)(void *private_data_data, bool success), void *private_data_data); -void sendto_child(struct winbindd_cli_state *state, - struct winbindd_child *child); void sendto_domain(struct winbindd_cli_state *state, struct winbindd_domain *domain); void setup_child(struct winbindd_domain *domain, struct winbindd_child *child, |