summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/nsswitch/winbindd_cache.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c
index 727c5c74df..7538cddbdf 100644
--- a/source3/nsswitch/winbindd_cache.c
+++ b/source3/nsswitch/winbindd_cache.c
@@ -2021,6 +2021,10 @@ do_query:
status = NT_STATUS_OK;
}
+
+#if 0 /* Disabled as we want the trust dom list to be managed by
+ the main parent and always to make the query. --jerry */
+
/* and save it */
refresh_sequence_number(domain, False);
@@ -2041,6 +2045,8 @@ do_query:
centry_free(centry);
skip_save:
+#endif
+
return status;
}