summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-11-25 23:24:14 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-11-25 23:24:14 +0000
commitdf14b0af31863680218b06ae9de2f010a38fba6e (patch)
treecba11ded4eeac0cde8b4c600a300614d6acc76fd /source/nsswitch/winbindd.c
parent92a138f027cf2f1c2b13c6f3d59493fb21885d5e (diff)
downloadsamba-df14b0af31863680218b06ae9de2f010a38fba6e.tar.gz
samba-df14b0af31863680218b06ae9de2f010a38fba6e.tar.xz
samba-df14b0af31863680218b06ae9de2f010a38fba6e.zip
Add a comment, and a useful debug message.
Diffstat (limited to 'source/nsswitch/winbindd.c')
-rw-r--r--source/nsswitch/winbindd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nsswitch/winbindd.c b/source/nsswitch/winbindd.c
index bf83867e817..74df934ca2e 100644
--- a/source/nsswitch/winbindd.c
+++ b/source/nsswitch/winbindd.c
@@ -723,6 +723,7 @@ static void process_loop(void)
&& *(uint32 *) &state->request != sizeof(state->request)) {
DEBUG(0,("process_loop: Invalid request size from pid %lu: %d bytes sent, should be %ld\n",
(unsigned long)state->request.pid, *(uint32 *) &state->request, (unsigned long)sizeof(state->request)));
+ DEBUGADD(0, ("This usually means that you are running old wbinfo, pam_winbind or libnss_winbind clients\n"));
remove_client(state);
break;