[SCM] Samba Shared Repository - branch master updated - 9eea6929e3420a0035ec3c0e3f1b4dd24847bbfa

Volker Lendecke vlendec at samba.org
Sat Oct 4 20:15:40 GMT 2008


The branch, master has been updated
       via  9eea6929e3420a0035ec3c0e3f1b4dd24847bbfa (commit)
      from  87f496f3c1ff5c8fd72bcfb6b4af7cb539d5bc47 (commit)

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


- Log -----------------------------------------------------------------
commit 9eea6929e3420a0035ec3c0e3f1b4dd24847bbfa
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Oct 4 22:15:03 2008 +0200

    Fix an uninitialized variable found by the IBM Checker

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

Summary of changes:
 source3/libads/ldap.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index bfcfcf3..40f0522 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -2828,6 +2828,7 @@ ADS_STATUS ads_domain_func_level(ADS_STRUCT *ads, uint32 *val)
 		if ( (ads_s = ads_init( ads->server.realm, ads->server.workgroup, 
 			ads->server.ldap_server )) == NULL )
 		{
+			status = ADS_ERROR_NT(NT_STATUS_NO_MEMORY);
 			goto done;
 		}
 		ads_s->auth.flags = ADS_AUTH_ANON_BIND;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list