[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1114-ge3db09c

Volker Lendecke vlendec at samba.org
Mon Apr 20 14:52:18 GMT 2009


The branch, master has been updated
       via  e3db09cf029f70473cb0b2a6d9e9fb8035a8b5f8 (commit)
      from  31120c9eacafd93e0f2c6b0f906af21adadd318a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e3db09cf029f70473cb0b2a6d9e9fb8035a8b5f8
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Apr 20 16:50:14 2009 +0200

    Do not vasprint stuff where not necessary

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

Summary of changes:
 source3/rpc_server/srv_lsa_hnd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_lsa_hnd.c b/source3/rpc_server/srv_lsa_hnd.c
index 21b297a..d8c4805 100644
--- a/source3/rpc_server/srv_lsa_hnd.c
+++ b/source3/rpc_server/srv_lsa_hnd.c
@@ -337,7 +337,7 @@ void *_policy_handle_create(struct pipes_struct *p, struct policy_handle *hnd,
 		*pstatus = NT_STATUS_NO_MEMORY;
 		return NULL;
 	}
-	talloc_set_name(data, "%s", type);
+	talloc_set_name_const(data, type);
 
 	pol = create_policy_hnd_internal(p, hnd, data);
 	if (pol == NULL) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list