1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

#ifdef'd out suggestion for tim on making the winbindd protocol more

robust.
(This used to be commit 8952f8763e16339e58bc65943387a00fc89dc200)
This commit is contained in:
Martin Pool 2001-11-14 05:33:55 +00:00
parent 0b5cea7fc2
commit e6093a12a1

View File

@ -4,7 +4,7 @@
Winbind daemon for ntdom nss module
Copyright (C) Tim Potter 2000
Copyright (C) by Tim Potter 2000, 2001
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -610,6 +610,18 @@ static void process_loop(int accept_sock)
/* Read data */
client_read(state);
#if 0
/* If we have the start of a
* packet, then check the
* length field to make sure
* the client's not talking
* Mock Swedish. */
if (state->read_buf_len >= sizeof(int)
&& *(int *) state->buf != sizeof(state->request)) {
BORK_BORK_BORK();
}
#endif
/* A request packet might be
complete */