diff options
-rw-r--r-- | source3/include/dynconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index fac027ccfe2..57909bc614a 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -61,7 +61,7 @@ bool is_default_dyn_LOGFILEBASE(void); const char *get_dyn_LMHOSTSFILE(void); const char *set_dyn_LMHOSTSFILE(const char *newpath); -bool is_default_dyn_LOGFILEBASE(void); +bool is_default_dyn_LMHOSTSFILE(void); const char *get_dyn_CODEPAGEDIR(void); const char *set_dyn_CODEPAGEDIR(const char *newpath); |