1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Merge from HEAD - the usual popt-needs-static for Sun CC.

This commit is contained in:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent 34f15bff6f
commit 2fabc35676

View File

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