mirror of
https://github.com/samba-team/samba.git
synced 2025-12-19 12:23:49 +03:00
Close registry in libnetapi_free().
Guenther
This commit is contained in:
@@ -92,6 +92,7 @@ NET_API_STATUS libnetapi_free(struct libnetapi_ctx *ctx)
|
|||||||
|
|
||||||
gencache_shutdown();
|
gencache_shutdown();
|
||||||
secrets_shutdown();
|
secrets_shutdown();
|
||||||
|
regdb_close();
|
||||||
|
|
||||||
TALLOC_FREE(ctx);
|
TALLOC_FREE(ctx);
|
||||||
TALLOC_FREE(frame);
|
TALLOC_FREE(frame);
|
||||||
|
|||||||
Reference in New Issue
Block a user