]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Slightly reduce label size
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 23 Aug 2019 17:30:35 +0000 (18:30 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 23 Aug 2019 17:30:35 +0000 (18:30 +0100)
src/libserver/monitored.c

index 05e5efcc78d8cbf13c60d93eea4aa22fcb849d06..690acfe7dcbe8f74f11cdddebc485a2940e3596b 100644 (file)
@@ -203,7 +203,7 @@ static void
 rspamd_monitored_dns_random (struct rspamd_monitored *m,
                                                         struct rspamd_dns_monitored_conf *conf)
 {
-       gchar random_prefix[64];
+       gchar random_prefix[32];
        const gchar dns_chars[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_";
        gint len;