diff options
author | Volker Lendecke <vl@samba.org> | 2009-04-22 11:54:13 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-04-23 13:46:29 +0200 |
commit | 546d16500d0dce4d451efb7793065b323bf8edbd (patch) | |
tree | 595e07c79832ce35326a1f3429f6c26fe097a4fa /source3/torture | |
parent | 96932593df6db7a0084c87238b5c044e1a80a049 (diff) | |
download | samba-546d16500d0dce4d451efb7793065b323bf8edbd.tar.gz samba-546d16500d0dce4d451efb7793065b323bf8edbd.tar.bz2 samba-546d16500d0dce4d451efb7793065b323bf8edbd.zip |
Fix a pointless static
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index c6efa803fa..49150c3521 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -3452,7 +3452,7 @@ static bool run_deletetest(int dummy) */ static bool run_properties(int dummy) { - static struct cli_state *cli; + struct cli_state *cli; bool correct = True; printf("starting properties test\n"); |