mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Close registry in libnetapi_free().
Guenther
(This used to be commit e7258a4408
)
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