summaryrefslogtreecommitdiffstats
path: root/source/smbd/dir.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-02-23 16:06:18 +0000
committerGerald Carter <jerry@samba.org>2001-02-23 16:06:18 +0000
commitf77fa6a0e510fe5ad54d20eaabd345e6ee0526dc (patch)
tree4afa7324f71fc9d890e4c73b6ec280eace3ac011 /source/smbd/dir.c
parente2070a4bde8f0d16d025a949c086316caee0349a (diff)
downloadsamba-f77fa6a0e510fe5ad54d20eaabd345e6ee0526dc.tar.gz
samba-f77fa6a0e510fe5ad54d20eaabd345e6ee0526dc.tar.xz
samba-f77fa6a0e510fe5ad54d20eaabd345e6ee0526dc.zip
removed wrong patch to get_dir_entry(). This was left over from the
wildcard stuff....
Diffstat (limited to 'source/smbd/dir.c')
-rw-r--r--source/smbd/dir.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/smbd/dir.c b/source/smbd/dir.c
index 6a8cde1883d..a7e05c56826 100644
--- a/source/smbd/dir.c
+++ b/source/smbd/dir.c
@@ -591,11 +591,6 @@ BOOL get_dir_entry(connection_struct *conn,char *mask,int dirtype,char *fname,
if (!conn->dirptr)
return(False);
- if (strequal(mask, "????????.???"))
- pstrcpy(mask, "*");
-
-
-
while (!found)
{
dname = ReadDirName(conn->dirptr);