From: Volker Lendecke Date: Sun, 14 Dec 2008 11:30:04 +0000 (+0100) Subject: Remove a pointless static variable X-Git-Tag: samba-4.0.0alpha6~479^2~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5887857a247622cff80d2fff9ef2d45cd7516dfb;p=thirdparty%2Fsamba.git Remove a pointless static variable --- diff --git a/source3/lib/display_sec.c b/source3/lib/display_sec.c index a0d93d6fe76..636639c11d8 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;