summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd+ipv6/files/patch-ap
blob: 1fe5e1602398a5158b6f31eb4797d227134f0fb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/glob.c.dist	Tue Oct  5 11:54:42 1999
+++ src/glob.c	Thu Oct 21 19:51:03 1999
@@ -107,7 +107,7 @@
 
     fixpath(v);
     if (v[0] == '\0')
-	v = "*";
+	v = ".";
     else if ((strlen(v) > 1) && (v[strlen(v) - 1] == '/'))
 	v[strlen(v) - 1] = '\0';