1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r24312: revision 24091 removed the 'FORCE'...

metze
(This used to be commit 34d821daf0af6ef1e51dfd5cd99741f426d6956e)
This commit is contained in:
Stefan Metzmacher 2007-08-10 10:31:28 +00:00 committed by Gerald (Jerry) Carter
parent a5f412f305
commit 5cc4dbd449

View File

@ -898,7 +898,7 @@ void reply_ntcreate_and_X(connection_struct *conn,
if (create_options & FILE_NON_DIRECTORY_FILE) {
TALLOC_FREE(case_state);
reply_nterror(req, NT_STATUS_FILE_IS_A_DIRECTORY);
reply_force_nterror(req, NT_STATUS_FILE_IS_A_DIRECTORY);
END_PROFILE(SMBntcreateX);
return;
}