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:
parent
96932593df
commit
546d16500d
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user