summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/netapi.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-25 15:45:38 +0100
committerGünther Deschner <gd@samba.org>2008-01-25 17:21:19 +0100
commita30361ede36af7ef9d8f6d723798a07b360c813b (patch)
treee2a109a1fe0be5426e65dbd0383a7ed79b1c6f05 /source3/lib/netapi/netapi.c
parent3ca606731b99754493ab5a8d761225c637bc82dd (diff)
downloadsamba-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)
Diffstat (limited to 'source3/lib/netapi/netapi.c')
-rw-r--r--source3/lib/netapi/netapi.c1
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);