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

Gerald Carter jerry at samba.org
Sat Jun 28 13:36:51 GMT 2008


The branch, v3-3-test has been updated
       via  8704c2ab37479236788c0a99465d73643d3d555a (commit)
      from  d3facf4cbdb2915168e91d64c2d8320f67524df8 (commit)

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


- Log -----------------------------------------------------------------
commit 8704c2ab37479236788c0a99465d73643d3d555a
Author: Gerald W. Carter <jerry at samba.org>
Date:   Sat Jun 28 09:35:07 2008 -0400

    Return NULL in sitename_fetch() if gencache_init() fails.  Not false

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

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


Changeset truncated at 500 lines:

diff --git a/source/libads/dns.c b/source/libads/dns.c
index fe0e6d3..3a9e849 100644
--- a/source/libads/dns.c
+++ b/source/libads/dns.c
@@ -796,7 +796,7 @@ char *sitename_fetch(const char *realm)
 	char *key;
 
 	if (!gencache_init()) {
-		return False;
+		return NULL;
 	}
 
 	if (!realm || (strlen(realm) == 0)) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list