1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-21 12:59:09 +03:00

r7801: the ldap server needs this logic too

(This used to be commit 1dbb5bf2c1)
This commit is contained in:
Andrew Tridgell
2005-06-21 06:08:40 +00:00
committed by Gerald (Jerry) Carter
parent f0420c0292
commit a7bbc024ed
2 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,8 @@ struct ldapsrv_connection {
struct ldapsrv_send *next, *prev;
DATA_BLOB data;
} *send_queue;
BOOL processing;
};
struct ldapsrv_call {