summaryrefslogtreecommitdiff
path: root/source3
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
commit53a2d8ce88d152b7d5571bbb74f8dbb171cfec1f (patch)
tree6b194f2c0668876a6771de1bead2acf38396d057 /source3
parentef65a4fbff23e78c0cea985bb91db07de749faee (diff)
downloadsamba-53a2d8ce88d152b7d5571bbb74f8dbb171cfec1f.tar.gz
samba-53a2d8ce88d152b7d5571bbb74f8dbb171cfec1f.tar.bz2
samba-53a2d8ce88d152b7d5571bbb74f8dbb171cfec1f.zip
removed wrong patch to get_dir_entry(). This was left over from the
wildcard stuff.... (This used to be commit f77fa6a0e510fe5ad54d20eaabd345e6ee0526dc)
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/dir.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c
index 6a8cde1883..a7e05c5682 100644
--- a/source3/smbd/dir.c
+++ b/source3/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);