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