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:
@ -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;
|
||||
|
Reference in New Issue
Block a user