aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 7b65980e1..3f3712f8f 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -454,7 +454,7 @@ public:
time_t TimeSkipWarn;
/** The maximum number of targets for a multi-target command (e.g. KICK). */
- unsigned long MaxTargets;
+ size_t MaxTargets;
/** The maximum amount of data to read from a socket in one go. */
size_t NetBufferSize;