summaryrefslogtreecommitdiff
path: root/lib/util/params.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/params.c')
-rw-r--r--lib/util/params.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/params.c b/lib/util/params.c
index d589771f4d..8d17e0db5a 100644
--- a/lib/util/params.c
+++ b/lib/util/params.c
@@ -543,7 +543,7 @@ bool pm_process( const char *FileName,
myFILE *InFile;
const char *func = "params.c:pm_process() -";
- InFile = OpenConfFile(talloc_autofree_context(), FileName); /* Open the config file. */
+ InFile = OpenConfFile(NULL, FileName); /* Open the config file. */
if( NULL == InFile )
return( false );