[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Dec 23 05:12:20 MST 2009


The branch, master has been updated
       via  5aa0d97... s3: wbinfo --ping-dc is not cacheable
      from  6dc924f... s3: Remove some unused code

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


- Log -----------------------------------------------------------------
commit 5aa0d97464dd876e64b95cc9b302509430603217
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Dec 23 13:10:55 2009 +0100

    s3: wbinfo --ping-dc is not cacheable

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index c4bc936..6e70a18 100644
--- a/source3/winbindd/winbindd_cache.c
+++ b/source3/winbindd/winbindd_cache.c
@@ -4361,6 +4361,7 @@ static bool wcache_opnum_cacheable(uint32_t opnum)
 	case NDR_WBINT_ALLOCATEGID:
 	case NDR_WBINT_CHECKMACHINEACCOUNT:
 	case NDR_WBINT_CHANGEMACHINEACCOUNT:
+	case NDR_WBINT_PINGDC:
 		return false;
 	}
 	return true;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list