summaryrefslogtreecommitdiff
path: root/source3/utils/smbcquotas.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-04-30 14:25:13 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-04-30 14:25:13 +0000
commitc6d511d8dde27d9369d1d314bf723b96ecda15a2 (patch)
tree8e8049a29bab812dc36f3acedfffa40fe899b950 /source3/utils/smbcquotas.c
parent356d59966256b26cdda6e735a5d4a8537283ef31 (diff)
downloadsamba-c6d511d8dde27d9369d1d314bf723b96ecda15a2.tar.gz
samba-c6d511d8dde27d9369d1d314bf723b96ecda15a2.tar.bz2
samba-c6d511d8dde27d9369d1d314bf723b96ecda15a2.zip
Merge from HEAD - the usual popt-needs-static for Sun CC.
(This used to be commit 2fabc356769477cc8bdbb23ecd8fee1e7d9fdb7d)
Diffstat (limited to 'source3/utils/smbcquotas.c')
-rw-r--r--source3/utils/smbcquotas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbcquotas.c b/source3/utils/smbcquotas.c
index c5d0aa869b..9c7379ca2a 100644
--- a/source3/utils/smbcquotas.c
+++ b/source3/utils/smbcquotas.c
@@ -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;