mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
s3: Remove unused sendto_child()
This commit is contained in:
parent
475d296065
commit
40d4c31999
@ -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)
|
||||
{
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user