]> git.ozlabs.org Git - ppp.git/commit
Fix bug 1732 - using un-acked DNS settings
authorPaul Mackerras <paulus@samba.org>
Mon, 26 May 2008 08:33:22 +0000 (08:33 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 26 May 2008 08:33:22 +0000 (08:33 +0000)
commit2e09ef6886bbf00bc5a9a641110f801e372ffde6
treecf88776c18f5fbfb754fe72bfb4ecc985e68d991
parent83d185423047c0cecf433aa97bbf8679ab62522b
Fix bug 1732 - using un-acked DNS settings

This fixes a bug where we could end up using DNS settings that
were requested but nacked or rejected.  The problem was that ipcp_up
was only looking at go->dnsaddr, not at go->req_dns{1,2}.
pppd/ipcp.c