r1908: Bugzilla #1541. Fix recursive ls in smbclient. Fix by Josef Zlomek.
authorTim Potter <tpot@samba.org>
Thu, 19 Aug 2004 09:59:08 +0000 (09:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:23 +0000 (10:52 -0500)
(This used to be commit e59af43f6b8f824447bd20efc08dd81f2774e99c)

source3/client/client.c

index 1fccfaa581ca0d33ee97a839bc41b9b9811af225..e14bcaa261653af0ce379cc407ab383f1d04e4b1 100644 (file)
@@ -592,7 +592,7 @@ static int cmd_dir(void)
                else
                        pstrcat(mask,p);
        } else {
-               pstrcat(mask,"*");
+               pstrcat(mask,"\\*");
        }
 
        do_list(mask, attribute, display_finfo, recurse, True);