1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-07 09:49:30 +03:00

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

(This used to be commit 2fabc35676)
This commit is contained in:
Andrew Bartlett
2003-04-30 14:25:13 +00:00
parent 356d599662
commit c6d511d8dd

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;