[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3074-g144d374

Günther Deschner gd at samba.org
Thu Jul 3 10:02:21 GMT 2008


The branch, v3-3-test has been updated
       via  144d374ad9dd981430a82369ceaa2783e6dae90a (commit)
      from  3130aa63fd64c08c1d8be8338d6490aeb12c234a (commit)

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


- Log -----------------------------------------------------------------
commit 144d374ad9dd981430a82369ceaa2783e6dae90a
Author: Günther Deschner <gd at samba.org>
Date:   Thu Jul 3 12:01:36 2008 +0200

    libnetjoin: fix Bug #5570.
    
    Thanks to Atte Peltomäki.
    
    Guenther

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

Summary of changes:
 source/libnet/libnet_join.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/libnet/libnet_join.c b/source/libnet/libnet_join.c
index 4a2a658..6b6491b 100644
--- a/source/libnet/libnet_join.c
+++ b/source/libnet/libnet_join.c
@@ -503,7 +503,7 @@ static bool libnet_join_create_keytab(TALLOC_CTX *mem_ctx,
 		return true;
 	}
 
-	if (!ads_keytab_create_default(r->in.ads)) {
+	if (ads_keytab_create_default(r->in.ads) != 0) {
 		return false;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list