summaryrefslogtreecommitdiff
path: root/source3/utils/net_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net_conf.c')
-rw-r--r--source3/utils/net_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c
index 3af3bd0839..118196976d 100644
--- a/source3/utils/net_conf.c
+++ b/source3/utils/net_conf.c
@@ -897,7 +897,7 @@ static int net_conf_wrap_function(int (*fn)(struct smbconf_ctx *,
ret = fn(conf_ctx, argc, argv);
- smbconf_close(conf_ctx);
+ smbconf_shutdown(conf_ctx);
return ret;
}