[SCM] Samba Shared Repository - branch master updated - 5887857a247622cff80d2fff9ef2d45cd7516dfb

Volker Lendecke vlendec at samba.org
Sun Dec 14 11:31:10 GMT 2008


The branch, master has been updated
       via  5887857a247622cff80d2fff9ef2d45cd7516dfb (commit)
      from  3c5c3aaa74c1023f01236d6f572587264834a097 (commit)

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


- Log -----------------------------------------------------------------
commit 5887857a247622cff80d2fff9ef2d45cd7516dfb
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Dec 14 12:30:04 2008 +0100

    Remove a pointless static variable

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/display_sec.c b/source3/lib/display_sec.c
index a0d93d6..636639c 100644
--- a/source3/lib/display_sec.c
+++ b/source3/lib/display_sec.c
@@ -240,7 +240,7 @@ void display_sec_acl(SEC_ACL *sec_acl)
 
 void display_acl_type(uint16 type)
 {
-	static fstring typestr="";
+	fstring typestr="";
 
 	typestr[0] = 0;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list