From 8e742b91ba3d1cbf3d9ab3bf7cd6cfab31bad723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 15 Oct 2005 22:13:37 +0000 Subject: [PATCH] fixed build git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14394 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/network/interfaces/ppp/PPPManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/kernel/network/interfaces/ppp/PPPManager.cpp b/src/add-ons/kernel/network/interfaces/ppp/PPPManager.cpp index 2967664904..0e09335d63 100644 --- a/src/add-ons/kernel/network/interfaces/ppp/PPPManager.cpp +++ b/src/add-ons/kernel/network/interfaces/ppp/PPPManager.cpp @@ -818,7 +818,7 @@ PPPManager::_CreateInterface(const char *name, // it is safe to access the manager from userland now Report(PPP_MANAGER_REPORT, PPP_REPORT_INTERFACE_CREATED, &id, - sizeof(ppp_interface_id))); + sizeof(ppp_interface_id)); // notify handlers that interface has been created and they can initialize it now entry->interface->StateMachine().DownProtocols();