Before
9bacf7529dd child_process_request() returned right after the
callback function without going through the DEBUG message. Restore
that behaviour.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon Jun 6 20:17:06 UTC 2022 on sn-devel-184
/* Process command */
state->response->result = winbindd_dual_ndrcmd(domain, state);
-
- DEBUG(1, ("child_process_request: unknown request fn number %d\n",
- (int)state->request->cmd));
- state->response->result = WINBINDD_ERROR;
}
void setup_child(struct winbindd_domain *domain, struct winbindd_child *child,