[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-948-ge276e48

Michael Adam obnox at samba.org
Sat Dec 29 12:02:38 GMT 2007


The branch, v3-2-test has been updated
       via  e276e48177f890531ee8b4024c90352f284d4608 (commit)
      from  9b3b9aa7e1044719a5112b9e5446e6fbdd7cecf9 (commit)

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


- Log -----------------------------------------------------------------
commit e276e48177f890531ee8b4024c90352f284d4608
Author: Michael Adam <obnox at samba.org>
Date:   Sat Dec 29 13:02:22 2007 +0100

    Fix a const warning.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/utils/net_conf.c b/source/utils/net_conf.c
index 42af824..651948c 100644
--- a/source/utils/net_conf.c
+++ b/source/utils/net_conf.c
@@ -515,7 +515,7 @@ static int net_conf_showshare(int argc, const char **argv)
 	int ret = -1;
 	WERROR werr = WERR_OK;
 	struct registry_key *key = NULL;
-	char *sharename = NULL;
+	const char *sharename = NULL;
 	TALLOC_CTX *ctx;
 	uint32_t num_params;
 	uint32_t count;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list