diff options
author | Günther Deschner <gd@samba.org> | 2008-01-25 15:45:38 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-25 17:21:19 +0100 |
commit | a30361ede36af7ef9d8f6d723798a07b360c813b (patch) | |
tree | e2a109a1fe0be5426e65dbd0383a7ed79b1c6f05 | |
parent | 3ca606731b99754493ab5a8d761225c637bc82dd (diff) | |
download | samba-a30361ede36af7ef9d8f6d723798a07b360c813b.tar.gz samba-a30361ede36af7ef9d8f6d723798a07b360c813b.tar.bz2 samba-a30361ede36af7ef9d8f6d723798a07b360c813b.zip |
No need to close registry on libnetapi_free() anymore.
Guenther
(This used to be commit 6bf75652ef07f5a534cef5034b7aad4fdcbcd265)
-rw-r--r-- | source3/lib/netapi/netapi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/netapi/netapi.c b/source3/lib/netapi/netapi.c index 5c3f7ec465..47b3ba93cf 100644 --- a/source3/lib/netapi/netapi.c +++ b/source3/lib/netapi/netapi.c @@ -119,7 +119,6 @@ NET_API_STATUS libnetapi_free(struct libnetapi_ctx *ctx) gencache_shutdown(); secrets_shutdown(); - regdb_close(); TALLOC_FREE(ctx); TALLOC_FREE(frame); |