mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Add const.
This commit is contained in:
parent
f0d009c3e9
commit
ed24502301
@ -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…
Reference in New Issue
Block a user