1
0
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:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent f0d009c3e9
commit ed24502301

View File

@ -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;