mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Fix for old DOS client when veto files is set to /.*/
Jeremy.
(This used to be commit 8e9f3b1574
)
This commit is contained in:
parent
81a2a30739
commit
ce2b200add
@ -654,7 +654,7 @@ int reply_search(connection_struct *conn, char *inbuf,char *outbuf, int dum_size
|
||||
*p = 0;
|
||||
|
||||
if (strlen(directory) == 0)
|
||||
pstrcpy(directory,"./");
|
||||
pstrcpy(directory,".");
|
||||
memset((char *)status,'\0',21);
|
||||
SCVAL(status,0,(dirtype & 0x1F));
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user