1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Minor tweak for wcard compatibility paranoia.

Jeremy.
This commit is contained in:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent 7adbd2dfc1
commit 5d8ef7d0f1

View File

@ -680,7 +680,7 @@ static int call_trans2findfirst(char *inbuf, char *outbuf, int bufsize, int cnum
while (*p) {
if (*p == '<') {
pstring expnd;
if(p[1] != '"') {
if(p[1] != '"' && p[1] != '.') {
pstrcpy( expnd, p+1 );
*p++ = '*';
*p = '.';