Fixed incorrect address family (AF_INET => AF_UNSPEC).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19647 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b5a8a89b5d
commit
33e53d3a8f
@ -73,7 +73,7 @@ PAPHandler::ParseRequest(const KPPPConfigurePacket& request,
|
||||
// PAP
|
||||
PAP::PAP(KPPPInterface& interface, driver_parameter *settings)
|
||||
: KPPPProtocol("PAP", PPP_AUTHENTICATION_PHASE, PAP_PROTOCOL, PPP_PROTOCOL_LEVEL,
|
||||
AF_INET, 0, interface, settings, PPP_ALWAYS_ALLOWED,
|
||||
AF_UNSPEC, 0, interface, settings, PPP_ALWAYS_ALLOWED,
|
||||
kAuthenticatorTypeString, new PAPHandler(*this, interface)),
|
||||
fState(INITIAL),
|
||||
fID(system_time() & 0xFF),
|
||||
|
Loading…
Reference in New Issue
Block a user