Merge from HEAD - the usual popt-needs-static for Sun CC.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 30 Apr 2003 14:25:13 +0000 (14:25 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 Apr 2003 14:25:13 +0000 (14:25 +0000)
(This used to be commit 2fabc356769477cc8bdbb23ecd8fee1e7d9fdb7d)

source3/utils/smbcquotas.c

index c5d0aa869bf9f0eba12a89d0902e49d3d02cd34c..9c7379ca2a9c94837213afe270d02cda8fb6d1d8 100644 (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;