[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1012-gff3f000

Günther Deschner gd at samba.org
Thu Jan 3 09:51:53 GMT 2008


The branch, v3-2-test has been updated
       via  ff3f0006d167a9bca85919bf6115d73413554909 (commit)
      from  1e006bcfb15d44ecb81b6994c588d30d87b48033 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit ff3f0006d167a9bca85919bf6115d73413554909
Author: Günther Deschner <gd at samba.org>
Date:   Thu Jan 3 10:39:19 2008 +0100

    Remove unused vars.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source/libnet/libnet_conf.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/libnet/libnet_conf.c b/source/libnet/libnet_conf.c
index 995fc1b..ebdfd75 100644
--- a/source/libnet/libnet_conf.c
+++ b/source/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();


-- 
Samba Shared Repository


More information about the samba-cvs mailing list