1
0
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:
Andrew Bartlett 2003-03-18 09:43:00 +00:00
parent 74d3be0218
commit 50eea93516

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;