summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-02-08 23:33:50 +0000
committerAndrew Tridgell <tridge@samba.org>2001-02-08 23:33:50 +0000
commitb652abf92344f7af3698cbd02edc60058f13c961 (patch)
tree3e8674d73e1e9cac7e3ed17f42194f7a02fdfad7 /source3
parent01634eaf129e90877c054664703d100be9f41ce0 (diff)
downloadsamba-b652abf92344f7af3698cbd02edc60058f13c961.tar.gz
samba-b652abf92344f7af3698cbd02edc60058f13c961.tar.bz2
samba-b652abf92344f7af3698cbd02edc60058f13c961.zip
reverted *.* patch until someone explains to me what the test case is
that requires this. i _know_ that this isn't the right solution and it breaks things, which is why I am reverting now. (This used to be commit c2a82a33da1b717b16fb71e597587c806bcf68b3)
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/trans2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index 2210b38d74..4e44d71369 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -376,12 +376,7 @@ static BOOL get_lanman2_dir_entry(connection_struct *conn,
pstrcpy(fname,dname);
if(!(got_match = *got_exact_match = exact_match(fname, mask, case_sensitive))) {
- if (!strcmp(mask, "*.*")) {
- got_match = True;
- }
- else {
got_match = mask_match(fname, mask, case_sensitive);
- }
}
if(!got_match && !is_8_3(fname, False)) {