From b652abf92344f7af3698cbd02edc60058f13c961 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 8 Feb 2001 23:33:50 +0000 Subject: 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) --- source3/smbd/trans2.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3') 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)) { -- cgit