r22708: disable saving the trusted domain list as we want to the parent daemon to...
authorGerald Carter <jerry@samba.org>
Sun, 6 May 2007 19:46:03 +0000 (19:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:21:48 +0000 (12:21 -0500)
(This used to be commit 3a9152a2acfc7b615a5c6b8764ea9462443f00d1)

source3/nsswitch/winbindd_cache.c

index 727c5c74df5585d23f664a843878527f02231853..7538cddbdffbad852909cfa76336ae118e2556b2 100644 (file)
@@ -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;
 }