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:
committed by
Gerald (Jerry) Carter
parent
f0420c0292
commit
a7bbc024ed
@ -39,6 +39,8 @@ struct ldapsrv_connection {
|
||||
struct ldapsrv_send *next, *prev;
|
||||
DATA_BLOB data;
|
||||
} *send_queue;
|
||||
|
||||
BOOL processing;
|
||||
};
|
||||
|
||||
struct ldapsrv_call {
|
||||
|
Reference in New Issue
Block a user