mirror of
https://github.com/samba-team/samba.git
synced 2025-08-06 17:32:29 +03:00
s3: Check for serverid_exists in rename_share_filename
Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
e2818d4a0b
commit
6666de1975
@ -556,6 +556,10 @@ bool rename_share_filename(struct messaging_context *msg_ctx,
|
||||
continue;
|
||||
}
|
||||
|
||||
if (share_mode_stale_pid(d, i)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
DEBUG(10,("rename_share_filename: sending rename message to "
|
||||
"pid %s file_id %s sharepath %s base_name %s "
|
||||
"stream_name %s\n",
|
||||
|
Reference in New Issue
Block a user