X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=stats.cpp;fp=stats.cpp;h=69bbd732b634a4d0daebfed771401335317bf0f2;hp=9e3f72c2d065613c2a783336c9980c05785eea22;hb=5cc8cd703a637e276c2595953878fd9561592bfa;hpb=b9d939606ebaf69e2c5a5d8b3e2d8e9adc0e69ae 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),