diff options
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index cf37348f5d..b4b79aaa29 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1238,6 +1238,10 @@ FN_GLOBAL_STRING(configfile, szConfigFile) FN_LOCAL_STRING(servicename, szService) FN_LOCAL_CONST_STRING(const_servicename, szService) +/* These functions cannot be auto-generated */ +FN_LOCAL_BOOL(autoloaded, autoloaded) +FN_GLOBAL_CONST_STRING(dnsdomain, dnsdomain) + /* local prototypes */ static int map_parameter_canonical(const char *pszParmName, bool *inverse); |