mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
Add const.
(This used to be commit ed245023016779700571d108e7b9339236bcbe7c)
This commit is contained in:
parent
74d3be0218
commit
50eea93516
@ -1291,7 +1291,7 @@ static int file_find(struct file_list **list, const char *directory,
|
||||
int ret;
|
||||
char *path;
|
||||
BOOL isdir;
|
||||
char *dname;
|
||||
const char *dname;
|
||||
|
||||
dir = opendir(directory);
|
||||
if (!dir) return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user