]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
winbindd: Remove a "wrong" error message
authorVolker Lendecke <vl@samba.org>
Sun, 5 Jun 2022 15:28:04 +0000 (17:28 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 6 Jun 2022 20:17:06 +0000 (20:17 +0000)
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

source3/winbindd/winbindd_dual.c

index 75ecdf53968e99707af35ea71d183439d735e6a8..fe855045fa82e0d06dae8b200585d14454911fb7 100644 (file)
@@ -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,