Browse Source

[Minor] Slightly reduce label size

tags/2.0
Vsevolod Stakhov 4 years ago
parent
commit
c801fdefc5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libserver/monitored.c

+ 1
- 1
src/libserver/monitored.c View 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;


Loading…
Cancel
Save