1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

Fix a pointless static

This commit is contained in:
Volker Lendecke 2009-04-22 11:54:13 +02:00
parent 96932593df
commit 546d16500d

View File

@ -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");