1
0
mirror of git://erdgeist.org/opentracker synced 2025-02-04 19:16:23 +00:00

Forgot to #ifdef some code only interesting when doing live network logging.

This commit is contained in:
erdgeist 2008-01-17 15:34:50 +00:00
parent 408c5f98ed
commit 572df73443

View File

@ -481,8 +481,10 @@ size_t return_stats_for_tracker( char *reply, int mode, int format ) {
return stats_httperrors_txt( reply );
case TASK_STATS_VERSION:
return stats_return_tracker_version( reply );
#ifdef WANT_LOG_NETWORKS
case TASK_STATS_BUSY_NETWORKS:
return stats_return_busy_networks( reply );
#endif
default:
return 0;
}