mirror of
https://github.com/samba-team/samba.git
synced 2025-03-23 06:50:21 +03:00
smbd: Fix a misleading comment
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
bd692c1f90
commit
3505285c8f
@ -1507,8 +1507,9 @@ NTSTATUS OpenDir(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
/*
|
||||
* This overwrites the destructor set by smb_Dir_OpenDir_destructor(),
|
||||
* but smb_Dir_OpenDir_destructor() calls the OpenDir_fsp() destructor.
|
||||
* This overwrites the destructor set by OpenDir_fsp() but
|
||||
* smb_Dir_OpenDir_destructor() calls the OpenDir_fsp()
|
||||
* destructor.
|
||||
*/
|
||||
talloc_set_destructor(dir_hnd, smb_Dir_OpenDir_destructor);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user