diff options
Diffstat (limited to 'src/dht.c')
-rw-r--r-- | src/dht.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -794,7 +794,7 @@ struct dht * dht_init (const struct bencoding * c) { #pragma GCC diagnostic pop goto e; } -#define TOOMUCH 32727 +#define TOOMUCH (32727*1) unsigned pinged = 0; if (c) { const struct bencoding * id = bpath(c, "id"); |