]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/data.c
Remove test #ifs around the GL commands.
[irc/quakenet/newserv.git] / trusts / data.c
index 24dab8c01e83b540172fe0c1ab7e0b93758f734b..ebdd9197808f3b6d6ecf322d2f41330b59f2acde 100644 (file)
@@ -215,7 +215,6 @@ static trusthost *th_getnextchildbyhost(trusthost *orig, trusthost *th) {
   if(!th) {
     trustgroup *tg;
 
-    tg = tglist;
     for(tg=tglist;tg;tg=tg->next) {
       th = tg->hosts;
       if(th)