Comment 290 for bug 417757

Revision history for this message
Derek (bugs-m8y) wrote :

FYI, I changed:
hints->ai_flags|=AI_ADDRCONFIG;
to
if(hints) hints->ai_flags|=AI_ADDRCONFIG;

For obvious reasons :-/