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:
parent
7f2cf6b166
commit
33dd8e850b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user