diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-08-10 10:31:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:27 -0500 |
commit | 5cc4dbd44930bdf3f5ec8a177ea94f6b68fdb1c9 (patch) | |
tree | e99e05963b8a0db8d6e2ff19626392097fa2dc08 | |
parent | a5f412f305ea2bdb0ee0efd5a38385525d4671c8 (diff) | |
download | samba-5cc4dbd44930bdf3f5ec8a177ea94f6b68fdb1c9.tar.gz samba-5cc4dbd44930bdf3f5ec8a177ea94f6b68fdb1c9.tar.bz2 samba-5cc4dbd44930bdf3f5ec8a177ea94f6b68fdb1c9.zip |
r24312: revision 24091 removed the 'FORCE'...
metze
(This used to be commit 34d821daf0af6ef1e51dfd5cd99741f426d6956e)
-rw-r--r-- | source3/smbd/nttrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 61f21406b6..1d13036920 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -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; } |