[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3711-g34a32db

Volker Lendecke vlendec at samba.org
Thu Aug 14 09:07:15 GMT 2008


The branch, v3-devel has been updated
       via  34a32db9060e7b60455774f923f61b7367ee3fcf (commit)
      from  e987e9956f02557c7ec87a369b92f87083fda620 (commit)

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


- Log -----------------------------------------------------------------
commit 34a32db9060e7b60455774f923f61b7367ee3fcf
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Aug 14 11:09:37 2008 +0200

    Revert "Add winbind:online check timeout parameter"
    
    This reverts commit 9920473cc165e75ee9aa5cbb9e568eb5fb67e9e6.

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

Summary of changes:
 source/winbindd/winbindd_cm.c |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_cm.c b/source/winbindd/winbindd_cm.c
index c6dab6f..47df4e4 100644
--- a/source/winbindd/winbindd_cm.c
+++ b/source/winbindd/winbindd_cm.c
@@ -292,22 +292,6 @@ static void check_domain_online_handler(struct event_context *ctx,
 static void calc_new_online_timeout_check(struct winbindd_domain *domain)
 {
 	int wbc = lp_winbind_cache_time();
-	int domain_online_check;
-
-	/*
-	 * If "winbind:online check timeout" is set explicitly,
-	 * override the default of "winbind cache timeout"
-	 *
-	 * Add this as a parametric option and don't document it. The
-	 * whole offline abuse for non-reachable DCs needs
-	 * fixing. Till then, use this hackish parameter.
-	 */
-
-	domain_online_check = lp_parm_int(-1, "winbind",
-					  "online check timeout", 0);
-	if (domain_online_check != 0) {
-		wbc = domain_online_check;
-	}
 
 	if (domain->startup) {
 		domain->check_online_timeout = 10;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list