mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +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();
|
||||
secrets_shutdown();
|
||||
regdb_close();
|
||||
|
||||
TALLOC_FREE(ctx);
|
||||
TALLOC_FREE(frame);
|
||||
|
Reference in New Issue
Block a user