diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-14 12:30:04 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-12-14 12:30:53 +0100 |
commit | 5887857a247622cff80d2fff9ef2d45cd7516dfb (patch) | |
tree | 3edcc9386e783e101bdbfbde8d8e7b153e4e9bb7 /source3 | |
parent | 3c5c3aaa74c1023f01236d6f572587264834a097 (diff) | |
download | samba-5887857a247622cff80d2fff9ef2d45cd7516dfb.tar.gz samba-5887857a247622cff80d2fff9ef2d45cd7516dfb.tar.xz samba-5887857a247622cff80d2fff9ef2d45cd7516dfb.zip |
Remove a pointless static variable
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/display_sec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/display_sec.c b/source3/lib/display_sec.c index a0d93d6fe7..636639c11d 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; |