summaryrefslogtreecommitdiffstats
path: root/source/smbd/nttrans.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-02-12 01:06:52 +0000
committerJeremy Allison <jra@samba.org>2003-02-12 01:06:52 +0000
commit7812370cabd4a8809eed1eb4968d552bcb0df2f5 (patch)
tree766054861b75767316bfcd8af974c2bea2acaf06 /source/smbd/nttrans.c
parentb9ca0b9ef39442726afd580dc38b6dafce542335 (diff)
downloadsamba-7812370cabd4a8809eed1eb4968d552bcb0df2f5.tar.gz
samba-7812370cabd4a8809eed1eb4968d552bcb0df2f5.tar.xz
samba-7812370cabd4a8809eed1eb4968d552bcb0df2f5.zip
Ensure we are not forgetting our janitorial duties...
Jeremy.
Diffstat (limited to 'source/smbd/nttrans.c')
-rw-r--r--source/smbd/nttrans.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/smbd/nttrans.c b/source/smbd/nttrans.c
index 29ebdce5a8e..bfac4e82e36 100644
--- a/source/smbd/nttrans.c
+++ b/source/smbd/nttrans.c
@@ -629,6 +629,16 @@ create_options = 0x%x root_dir_fid = 0x%x\n", flags, desired_access, file_attrib
END_PROFILE(SMBntcreateX);
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));
}