]> git.ozlabs.org Git - ppp.git/commit
Fix situation where peer may NAK with request for MS_WINS
authorMichael Everitt <gentoo@veremit.xyz>
Sun, 15 Aug 2021 22:16:46 +0000 (23:16 +0100)
committerMichael Everitt <gentoo@veremit.xyz>
Sun, 15 Aug 2021 22:26:30 +0000 (23:26 +0100)
commit61940d9540d27d8a66e12e163da57f7e641a8f2d
tree78bb60e431c774a63d121b2b35ee22e190a821f0
parent182f4caedee9ea797656359d8b0594c3abd5f24b
Fix situation where peer may NAK with request for MS_WINS

Previously, if configure-request is sent without MS_WINS[12], a
peer may return a NAK with a request for it. However, code in the
ipcp_nakci didn't handle this case properly. This patch fixes it
to set try.req_wins[12].

Signed-off-by: Michael Everitt <michael@2e0cer.net>
pppd/ipcp.c