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:
parent
7adbd2dfc1
commit
5d8ef7d0f1
@ -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 = '.';
|
||||
|
Loading…
Reference in New Issue
Block a user