[SCM] Samba Shared Repository - branch v3-6-test updated

Günther Deschner gd at samba.org
Wed Apr 13 05:01:23 MDT 2011


The branch, v3-6-test has been updated
       via  428ae8e s3: Fix Coverity ID 2470: STRAY_SEMICOLON
      from  6e48268 s3:idmap_tdb2: fix build of tdb2

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 428ae8eaae171fc1094c41e48ee8d8a17902290b
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
    (cherry picked from commit 6a77b52169a8289262f7ccd6356946439224051c)

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

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