Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 323517 | Differences between
and this patch

Collapse All | Expand All

(-)a/work/netqmail-1.06/dns.c (+1 lines)
Lines 187-192 int flagsearch; Link Here
187
int dns_cname(sa)
187
int dns_cname(sa)
188
stralloc *sa;
188
stralloc *sa;
189
{
189
{
190
 return 0; /* https://bugs.gentoo.org/show_bug.cgi?id=323517  */
190
 int r;
191
 int r;
191
 int loop;
192
 int loop;
192
 for (loop = 0;loop < 10;++loop)
193
 for (loop = 0;loop < 10;++loop)

Return to bug 323517