X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stats.cpp;h=69bbd732b634a4d0daebfed771401335317bf0f2;hp=9e3f72c2d065613c2a783336c9980c05785eea22;hb=8a2935dc58b00839acc493b4d146042d22a9793c;hpb=562cf44b96b5c0260d1a1ab18b2dd2408b6d1fc8 diff --git a/stats.cpp b/stats.cpp index 9e3f72c..69bbd73 100644 --- a/stats.cpp +++ b/stats.cpp @@ -57,7 +57,7 @@ void StatsThread::do_work() fprintf(fp, "%s %d %d %s %d %llu %llu %llu\n", client_stats[i].remote_addr.c_str(), client_stats[i].sock, - client_stats[i].fwmark, + 0, // Used to be fwmark. client_stats[i].url.c_str(), int(now - client_stats[i].connect_time), (long long unsigned)(client_stats[i].bytes_sent),