diff options
author | Jeremy Allison <jra@samba.org> | 2004-02-24 00:54:43 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2004-02-24 00:54:43 +0000 |
commit | fb11e4a874593eb8426150322dfc0e7181e7b949 (patch) | |
tree | ce6ad28a260765fd227dfbe172bf864e052f7858 /source3/smbd/nttrans.c | |
parent | ad69d4db0a9852c97744602da924d3e1a4611601 (diff) | |
download | samba-fb11e4a874593eb8426150322dfc0e7181e7b949.tar.gz samba-fb11e4a874593eb8426150322dfc0e7181e7b949.tar.bz2 samba-fb11e4a874593eb8426150322dfc0e7181e7b949.zip |
More gentest error fixups.
Jeremy.
(This used to be commit f353cafa9d9e6142b4aec45cfbc567dc4ab20d7e)
Diffstat (limited to 'source3/smbd/nttrans.c')
-rw-r--r-- | source3/smbd/nttrans.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 954d90b4ad..4e87f191d8 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -674,14 +674,12 @@ create_options = 0x%x root_dir_fid = 0x%x\n", flags, desired_access, file_attrib return ERROR_NT(NT_STATUS_OBJECT_PATH_NOT_FOUND); } - /* we need to handle the case when we get a relative open relative to a file and the pathname is blank - this is a reopen! (hint from demyn plantenberg) */ - END_PROFILE(SMBntcreateX); return(ERROR_DOS(ERRDOS,ERRbadfid)); |