]> jfr.im git - irc/quakenet/newserv.git/blobdiff - proxyscan/proxyscan.c
CHANSERV: fix issue where chanserv_relay doesn't wait for db to be loaded before...
[irc/quakenet/newserv.git] / proxyscan / proxyscan.c
index 57e424193cd5d69e8da2d9bff6e7ebb8557b2158..33d6b8363492459fcde9b2d3a6808fcd4ffd9308 100644 (file)
@@ -584,7 +584,7 @@ void killsock(scan *sp, int outcome) {
       loggline(chp, sp->node);   
       ip = &(((patricia_node_t *)sp->node)->prefix->sin);
       snprintf(reason, sizeof(reason), "Open Proxy, see http://www.quakenet.org/openproxies.html - ID: %d", chp->glineid);
-      glinebyip("*", ip, 128, 1800, reason, GLINE_IGNORE_TRUST, "proxyscan");
+      glinebyip("*", ip, 128, 43200, reason, GLINE_IGNORE_TRUST, "proxyscan");
       Error("proxyscan",ERR_DEBUG,"Found open proxy on host %s",IPtostr(*ip));
 
       snprintf(buf, sizeof(buf), "proxy-gline %lu %s %s %hu %s", time(NULL), IPtostr(*ip), scantostr(sp->type), sp->port, "irc.quakenet.org");
@@ -1116,6 +1116,8 @@ int proxyscandoscanfile(void *sender, int cargc, char **cargv) {
     }
   }
 
+  fclose(fp);
+
   sendnoticetouser(proxyscannick,np,"Started %d scans...", count);
   return CMD_OK;
 }