]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/db.c
fix indentation
[irc/quakenet/newserv.git] / trusts / db.c
index a740a616e4d2f8528f1d288a44a813575bc447e3..ae4af07eb79727538b07d2c9d097985a0e2bc52e 100644 (file)
@@ -48,6 +48,7 @@ static void loadcomplete(void) {
   if(loaderror)
     return;
 
+  th_linktree();
   trustsdbloaded = 1;
   flushschedule = schedulerecurring(time(NULL) + 300, 0, 300, flushdatabase, NULL);
 
@@ -250,6 +251,7 @@ trusthost *th_new(trustgroup *tg, char *host) {
 
   th_adjusthosts(th, subset, superset);
 
+  th_linktree();
   return th;
 }