X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f15b0e22422af2e14091e0ac6a58454b6849cba6..2bde51964df7b459f1cc6853ffa7f5466d02554f:/src/src/dns.c diff --git a/src/src/dns.c b/src/src/dns.c index b567c3e71..98c44b9f2 100644 --- a/src/src/dns.c +++ b/src/src/dns.c @@ -334,7 +334,6 @@ char * trace = NULL; #ifdef rr_trace # define TRACE DEBUG(D_dns) #else -trace = trace; # define TRACE if (FALSE) #endif @@ -1249,7 +1248,7 @@ switch (type) /* Extract the numerical SRV fields (p is incremented) */ GETSHORT(priority, p); - GETSHORT(weight, p); weight = weight; /* compiler quietening */ + GETSHORT(weight, p); GETSHORT(port, p); /* Check the CSA version number */