summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trackerlogic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/trackerlogic.h b/trackerlogic.h
index 1cf6127..1843f7e 100644
--- a/trackerlogic.h
+++ b/trackerlogic.h
@@ -132,8 +132,8 @@ struct ot_workstruct {
132#define WANT_SYNC_PARAM( param ) 132#define WANT_SYNC_PARAM( param )
133#endif 133#endif
134 134
135#if defined WANT_V6 && defined WANT_LOG_NETWORKS 135#ifdef WANT_LOG_NETWORKS
136#undef WANT_LOG_NETWORKS 136#error Live logging networks disabled at the moment.
137#endif 137#endif
138 138
139void trackerlogic_init( ); 139void trackerlogic_init( );