mirror of
https://github.com/samba-team/samba.git
synced 2025-11-11 00:23:51 +03:00
r2618: before we had refererence counts in talloc I added a hack in the
server side request structure to prevent a structing being freed in some circumstances. This change replaces this with the much more robust mechanism of talloc_increase_ref_count().
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
01a759b627
commit
3f7741f178
@@ -607,7 +607,6 @@ typedef struct nt_user_token {
|
||||
|
||||
|
||||
/* a set of flags to control handling of request structures */
|
||||
#define REQ_CONTROL_PROTECTED (1<<0) /* don't destroy this request */
|
||||
#define REQ_CONTROL_LARGE (1<<1) /* allow replies larger than max_xmit */
|
||||
#define REQ_CONTROL_ASYNC (1<<2) /* the backend will answer this one later */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user