[SCM] Samba Shared Repository - branch master updated

David Disseldorp ddiss at samba.org
Tue Jun 4 05:07:02 MDT 2013


The branch, master has been updated
       via  55add52 smbcquotas.c: fix a bug of -t
      from  097a8c7 s4:winbind: don't leak libnet_context into the main event context

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 55add52f42f389f396ab9a08f08ada203fffee14
Author: Peng Haitao <penght at cn.fujitsu.com>
Date:   Mon May 27 17:59:54 2013 +0800

    smbcquotas.c: fix a bug of -t
    
    'r' should be replaced with 't'.
    
    Signed-off-by: Peng Haitao <penght at cn.fujitsu.com>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: David Disseldorp <ddiss at samba.org>
    
    Autobuild-User(master): David Disseldorp <ddiss at samba.org>
    Autobuild-Date(master): Tue Jun  4 13:06:52 CEST 2013 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/utils/smbcquotas.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/smbcquotas.c b/source3/utils/smbcquotas.c
index b875b1e..bf1f95c 100644
--- a/source3/utils/smbcquotas.c
+++ b/source3/utils/smbcquotas.c
@@ -582,7 +582,7 @@ FSQLIM:<softlimit>/<hardlimit> for filesystem defaults\n\
 FSQFLAGS:QUOTA_ENABLED/DENY_DISK/LOG_SOFTLIMIT/LOG_HARD_LIMIT", "SETSTRING" },
 		{ "numeric", 'n', POPT_ARG_NONE, NULL, 'n', "Don't resolve sids or limits to names" },
 		{ "verbose", 'v', POPT_ARG_NONE, NULL, 'v', "be verbose" },
-		{ "test-args", 't', POPT_ARG_NONE, NULL, 'r', "Test arguments"},
+		{ "test-args", 't', POPT_ARG_NONE, NULL, 't', "Test arguments"},
 		POPT_COMMON_SAMBA
 		POPT_COMMON_CREDENTIALS
 		{ NULL }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list