From 3cc6c5cf9934dc3b7ca48a44dd6bf46f4bb4dfed Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 16 Aug 2005 15:47:52 +0000 Subject: r9322: fixing debug log and ensuring that we set the right winbind_methods pointer in get_cache() by requiring that all domain structure be initialized with the set_dc_type_and_flags(). (This used to be commit c064609b942e88c70fe0a868e52c57ad1016850c) --- source3/nsswitch/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd.c') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 078aeeb059..dec52088f8 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -569,7 +569,7 @@ static void request_len_recv(void *private_data, BOOL success) } if (*(uint32 *)(&state->request) != sizeof(state->request)) { - DEBUG(0,("process_loop: Invalid request size received: %d\n", + DEBUG(0,("request_len_recv: Invalid request size received: %d\n", *(uint32 *)(&state->request))); state->finished = True; return; -- cgit