search for: get_deny_mode

Displaying 1 result from an estimated 1 matches for "get_deny_mode".

2002 Feb 25
3
PATCH: Samba/Win2K renaming bug
...& GET_ALLOW_SHARE_DELETE(share_entry->share_mode)) { + DEBUG(3, ("check_file_sharing: allowing delete\n")); continue; + } /* * Someone else has a share lock on it, check to see * if we can too. */ - if ((GET_DENY_MODE(share_entry->share_mode) != DENY_DOS) || - (share_entry->pid != pid)) + if ((GET_DENY_MODE(share_entry->share_mode) != DENY_DOS) || + (share_entry->pid != pid)) { + DEBUG(3, ("check_file_sharing: bailing early\n")); goto free_and_exit; - +...