mirror of
git://erdgeist.org/opentracker
synced 2025-02-09 21:46:23 +00:00
Forgot to #ifdef some code only interesting when doing live network logging.
This commit is contained in:
parent
408c5f98ed
commit
572df73443
@ -481,8 +481,10 @@ size_t return_stats_for_tracker( char *reply, int mode, int format ) {
|
|||||||
return stats_httperrors_txt( reply );
|
return stats_httperrors_txt( reply );
|
||||||
case TASK_STATS_VERSION:
|
case TASK_STATS_VERSION:
|
||||||
return stats_return_tracker_version( reply );
|
return stats_return_tracker_version( reply );
|
||||||
|
#ifdef WANT_LOG_NETWORKS
|
||||||
case TASK_STATS_BUSY_NETWORKS:
|
case TASK_STATS_BUSY_NETWORKS:
|
||||||
return stats_return_busy_networks( reply );
|
return stats_return_busy_networks( reply );
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user