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:
@@ -73,7 +73,7 @@ PAPHandler::ParseRequest(const KPPPConfigurePacket& request,
|
|||||||
// PAP
|
// PAP
|
||||||
PAP::PAP(KPPPInterface& interface, driver_parameter *settings)
|
PAP::PAP(KPPPInterface& interface, driver_parameter *settings)
|
||||||
: KPPPProtocol("PAP", PPP_AUTHENTICATION_PHASE, PAP_PROTOCOL, PPP_PROTOCOL_LEVEL,
|
: 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)),
|
kAuthenticatorTypeString, new PAPHandler(*this, interface)),
|
||||||
fState(INITIAL),
|
fState(INITIAL),
|
||||||
fID(system_time() & 0xFF),
|
fID(system_time() & 0xFF),
|
||||||
|
|||||||
Reference in New Issue
Block a user