Tidy uid defines.

This commit is contained in:
Andy
2014-03-22 19:10:07 +00:00
committed by Simon Kelley
parent 2b29191e7c
commit 3e21a1a6fa
2 changed files with 2 additions and 2 deletions

View File

@@ -2018,7 +2018,7 @@ size_t answer_request(struct dns_header *header, char *limit, size_t qlen,
strcpy(name, cname_target);
/* check if target interface_name */
if (crecp->addr.cname.uid == 0)
if (crecp->addr.cname.uid == SRC_INTERFACE)
goto intname_restart;
else
goto cname_restart;