From f77fa6a0e510fe5ad54d20eaabd345e6ee0526dc Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 23 Feb 2001 16:06:18 +0000 Subject: removed wrong patch to get_dir_entry(). This was left over from the wildcard stuff.... --- source/smbd/dir.c | 5 ----- 1 file changed, 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); -- cgit