[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Wed Apr 13 04:58:02 MDT 2011


The branch, master has been updated
       via  6a77b52 s3: Fix Coverity ID 2470: STRAY_SEMICOLON
      from  111f4ec s3: Use talloc_tos() in the S3 build

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


- Log -----------------------------------------------------------------
commit 6a77b52169a8289262f7ccd6356946439224051c
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Apr 12 10:53:36 2011 +0200

    s3: Fix Coverity ID 2470: STRAY_SEMICOLON
    
    Signed-off-by: Günther Deschner <gd at samba.org>
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Wed Apr 13 12:57:43 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/passdb/pdb_ipa.c b/source3/passdb/pdb_ipa.c
index da8e9f0..6faadec 100644
--- a/source3/passdb/pdb_ipa.c
+++ b/source3/passdb/pdb_ipa.c
@@ -1079,7 +1079,7 @@ static NTSTATUS ipasam_add_ipa_objectclasses(struct ldapsam_privates *ldap_state
 		smbldap_set_mod(&mods, LDAP_MOD_ADD, LDAP_ATTRIBUTE_KRB_PRINCIPAL, princ);
 	}
 
-	if (!(has_objectclass & HAS_KRB_PRINCIPAL_AUX)); {
+	if (!(has_objectclass & HAS_KRB_PRINCIPAL_AUX)) {
 		smbldap_set_mod(&mods, LDAP_MOD_ADD,
 				LDAP_ATTRIBUTE_OBJECTCLASS,
 				LDAP_OBJ_KRB_PRINCIPAL_AUX);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list