summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-03 10:39:19 +0100
committerGünther Deschner <gd@samba.org>2008-01-03 10:49:39 +0100
commit40079c4eb47b590a88ac8d568a5d5f039bc02af6 (patch)
tree34be4c74155c284844a065e256e767c3fbcbca7d
parent149e86b8427359042830faddad10a103f51184da (diff)
downloadsamba-40079c4eb47b590a88ac8d568a5d5f039bc02af6.tar.gz
samba-40079c4eb47b590a88ac8d568a5d5f039bc02af6.tar.bz2
samba-40079c4eb47b590a88ac8d568a5d5f039bc02af6.zip
Remove unused vars.
Guenther (This used to be commit ff3f0006d167a9bca85919bf6115d73413554909)
-rw-r--r--source3/libnet/libnet_conf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c
index 995fc1b303..ebdfd75744 100644
--- a/source3/libnet/libnet_conf.c
+++ b/source3/libnet/libnet_conf.c
@@ -108,7 +108,6 @@ static WERROR libnet_smbconf_reg_open_service_key(TALLOC_CTX *ctx,
{
WERROR werr = WERR_OK;
char *path = NULL;
- NT_USER_TOKEN *token;
if (servicename == NULL) {
DEBUG(3, ("Error: NULL servicename given.\n"));
@@ -397,7 +396,6 @@ WERROR libnet_smbconf_drop(void)
{
char *path, *p;
WERROR werr = WERR_OK;
- NT_USER_TOKEN *token;
struct registry_key *parent_key = NULL;
struct registry_key *new_key = NULL;
TALLOC_CTX* mem_ctx = talloc_stackframe();