From: Volker Lendecke Date: Sun, 5 Jun 2022 15:28:04 +0000 (+0200) Subject: winbindd: Remove a "wrong" error message X-Git-Tag: talloc-2.3.4~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a01cb7b44761102f63cb2c7bb009bf1e8b4ebe05;p=thirdparty%2Fsamba.git winbindd: Remove a "wrong" error message 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 Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Mon Jun 6 20:17:06 UTC 2022 on sn-devel-184 --- diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index 75ecdf53968..fe855045fa8 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -773,10 +773,6 @@ static void child_process_request(struct winbindd_child *child, /* 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,