mirror of
https://github.com/matrix-construct/construct
synced 2025-01-16 09:36:54 +01:00
authd/dns: remove magic number
This commit is contained in:
parent
835d456c64
commit
1096025891
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ static void
|
|||
handle_lookup_ip_reply(void *data, struct DNSReply *reply)
|
||||
{
|
||||
struct dns_query *query = data;
|
||||
char ip[64] = "*";
|
||||
char ip[HOSTIPLEN] = "*";
|
||||
|
||||
if(query == NULL)
|
||||
/* Shouldn't happen */
|
||||
|
|
Loading…
Reference in a new issue