Skip to content

Commit

Permalink
[Minor] Slightly reduce label size
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 23, 2019
1 parent 5192e59 commit c801fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libserver/monitored.c
Expand Up @@ -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;

Expand Down

0 comments on commit c801fde

Please sign in to comment.