1
0
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:
Andrew Tridgell
2004-09-25 08:16:16 +00:00
committed by Gerald (Jerry) Carter
parent 01a759b627
commit 3f7741f178
5 changed files with 8 additions and 23 deletions

View File

@@ -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 */