diff options
author | Jeremy Allison <jra@samba.org> | 2005-12-03 06:58:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:42 -0500 |
commit | a168730dda8f6917bf89d82824060cdd815c7297 (patch) | |
tree | 5748e06fd42c9687322f22b7a4ac4655cee1612e /source3/utils/smbcquotas.c | |
parent | d1f91f7c723733113b4e9792042101c80dfc064c (diff) | |
download | samba-a168730dda8f6917bf89d82824060cdd815c7297.tar.gz samba-a168730dda8f6917bf89d82824060cdd815c7297.tar.xz samba-a168730dda8f6917bf89d82824060cdd815c7297.zip |
r12045: More warning fixes... Just a few more to go.
Jeremy.
(This used to be commit cd192ed79a531c6775cdbfb35f0eb2e0fa230ce9)
Diffstat (limited to 'source3/utils/smbcquotas.c')
-rw-r--r-- | source3/utils/smbcquotas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbcquotas.c b/source3/utils/smbcquotas.c index c516fbb2187..be7c2c64e6a 100644 --- a/source3/utils/smbcquotas.c +++ b/source3/utils/smbcquotas.c @@ -396,7 +396,7 @@ static struct cli_state *connect_one(const char *share) pstring username_str = {0}; pstring path = {0}; pstring set_str = {0}; - enum SMB_QUOTA_TYPE qtype; + enum SMB_QUOTA_TYPE qtype = SMB_INVALID_QUOTA_TYPE; int cmd = 0; static BOOL test_args = False; struct cli_state *cli; |