mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3:smbd: call scavenger_schedule_disconnected() from close normal file for durable handles
Signed-off-by: Gregor Beck <gbeck@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
1ed22ba4b7
commit
c2ef5182e3
@ -24,6 +24,7 @@
|
|||||||
#include "printing.h"
|
#include "printing.h"
|
||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
#include "smbd/globals.h"
|
#include "smbd/globals.h"
|
||||||
|
#include "smbd/scavenger.h"
|
||||||
#include "fake_file.h"
|
#include "fake_file.h"
|
||||||
#include "transfer_file.h"
|
#include "transfer_file.h"
|
||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
@ -791,6 +792,7 @@ static NTSTATUS close_normal_file(struct smb_request *req, files_struct *fsp,
|
|||||||
"proceeding with normal close\n",
|
"proceeding with normal close\n",
|
||||||
fsp_str_dbg(fsp), nt_errstr(tmp)));
|
fsp_str_dbg(fsp), nt_errstr(tmp)));
|
||||||
}
|
}
|
||||||
|
scavenger_schedule_disconnected(fsp);
|
||||||
} else {
|
} else {
|
||||||
DEBUG(1, ("Failed to disconnect durable handle for "
|
DEBUG(1, ("Failed to disconnect durable handle for "
|
||||||
"file %s: %s - proceeding with normal "
|
"file %s: %s - proceeding with normal "
|
||||||
|
Loading…
Reference in New Issue
Block a user