disable saving the trusted domain list as we want to the parent daemon to manage...
authorjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Sun, 6 May 2007 19:46:03 +0000 (19:46 +0000)
committerjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Sun, 6 May 2007 19:46:03 +0000 (19:46 +0000)
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@22708 0c0555d6-39d7-0310-84fc-f1cc0bd64818

source/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;
 }