diff options
| -rw-r--r-- | source3/utils/smbcquotas.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbcquotas.c b/source3/utils/smbcquotas.c index c5d0aa869b..9c7379ca2a 100644 --- a/source3/utils/smbcquotas.c +++ b/source3/utils/smbcquotas.c @@ -393,7 +393,7 @@ static struct cli_state *connect_one(const char *share)  	pstring set_str = {0};  	enum SMB_QUOTA_TYPE qtype;  	int cmd = 0; -	BOOL test_args = False; +	static BOOL test_args = False;  	struct cli_state *cli;  	BOOL fix_user = False;  	SMB_NTQUOTA_STRUCT qt;  | 
