[SCM] Samba Shared Repository - branch v3-6-test updated

Jeremy Allison jra at samba.org
Fri Sep 3 14:55:54 MDT 2010


The branch, v3-6-test has been updated
       via  a7a907c Fix warning message on SAFE_FREE.
      from  9bebfbd s3-ctdb: ctdbd_init_connection() is static to this file.

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


- Log -----------------------------------------------------------------
commit a7a907cf2fab061d78898c35a99d043ec1b8025f
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Sep 3 13:57:01 2010 -0700

    Fix warning message on SAFE_FREE.

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

Summary of changes:
 source3/include/auth.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/auth.h b/source3/include/auth.h
index b7089b8..6e85784 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -34,7 +34,7 @@ struct auth_usersupplied_info {
 
 	bool was_mapped;	      /* Did the username map actually match? */
 	char *internal_username;      /* username after mapping */
-	const char *workstation_name; /* workstation name (netbios calling
+	char *workstation_name; /* workstation name (netbios calling
 				       * name) unicode string */
 
 	uint32 logon_parameters;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list