mirror of
https://github.com/samba-team/samba.git
synced 2025-03-05 20:58:40 +03:00
Added Volker's directory fix - save the attributes
from the first call. Jeremy. (This used to be commit 2fe7504a08b692ec791c853e7a260a06142b7595)
This commit is contained in:
parent
6d66efe6c2
commit
39734e2be8
@ -689,6 +689,9 @@ int reply_search(connection_struct *conn, char *inbuf,char *outbuf, int dum_size
|
||||
return ERROR_DOS(ERRDOS,ERRnofids);
|
||||
}
|
||||
dptr_set_wcard(dptr_num, strdup(mask));
|
||||
dptr_set_attr(dptr_num, dirtype);
|
||||
} else {
|
||||
dirtype = dptr_attr(dptr_num);
|
||||
}
|
||||
|
||||
DEBUG(4,("dptr_num is %d\n",dptr_num));
|
||||
|
Loading…
x
Reference in New Issue
Block a user