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

Volker Lendecke vlendec at samba.org
Mon May 19 10:08:20 GMT 2008


The branch, v3-3-test has been updated
       via  30956c784f58870ad552a3869d80f99872c31375 (commit)
      from  35f4df7ab86a1b0a920003398043f0b77c75b0a8 (commit)

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


- Log -----------------------------------------------------------------
commit 30956c784f58870ad552a3869d80f99872c31375
Author: root <root at gpfs1.sernet.private>
Date:   Mon May 19 02:48:09 2008 +0200

    Fix some comments to match get_kdc_ip_string()'s behaviour

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

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


Changeset truncated at 500 lines:

diff --git a/source/libads/kerberos.c b/source/libads/kerberos.c
index 66f203b..2adf6a4 100644
--- a/source/libads/kerberos.c
+++ b/source/libads/kerberos.c
@@ -731,6 +731,9 @@ static char *print_kdc_line(char *mem_ctx,
 /************************************************************************
  Create a string list of available kdc's, possibly searching by sitename.
  Does DNS queries.
+
+ If "sitename" is given, the DC's in that site are listed first.
+
 ************************************************************************/
 
 static char *get_kdc_ip_string(char *mem_ctx,
@@ -749,7 +752,10 @@ static char *get_kdc_ip_string(char *mem_ctx,
 		return NULL;
 	}
 
-	/* Get the KDC's only in this site. */
+	/*
+	 * First get the KDC's only in this site, the rest will be
+	 * appended later
+	 */
 
 	if (sitename) {
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list