More fun with Sun CC needing constant initializers
authorAndrew Bartlett <abartlet@samba.org>
Wed, 23 Apr 2003 13:59:32 +0000 (13:59 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 23 Apr 2003 13:59:32 +0000 (13:59 +0000)
source/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;