1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:smbd: make fake_files[] static const

metze
This commit is contained in:
Stefan Metzmacher 2009-01-08 08:38:01 +01:00
parent 7f2cf6b166
commit 33dd8e850b

View File

@ -25,7 +25,7 @@ struct fake_file_type {
void *(*init_pd)(TALLOC_CTX *mem_ctx);
};
static struct fake_file_type fake_files[] = {
static const struct fake_file_type fake_files[] = {
#ifdef WITH_QUOTAS
{FAKE_FILE_NAME_QUOTA_UNIX, FAKE_FILE_TYPE_QUOTA, init_quota_handle},
#endif /* WITH_QUOTAS */