mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Removed unneeded DriverObject parameter to IPStartup.
svn path=/trunk/; revision=11183
This commit is contained in:
@@ -252,12 +252,9 @@ VOID IPRegisterProtocol(
|
||||
UINT ProtocolNumber,
|
||||
IP_PROTOCOL_HANDLER Handler);
|
||||
|
||||
NTSTATUS IPStartup(
|
||||
PDRIVER_OBJECT DriverObject,
|
||||
PUNICODE_STRING RegistryPath);
|
||||
NTSTATUS IPStartup(PUNICODE_STRING RegistryPath);
|
||||
|
||||
NTSTATUS IPShutdown(
|
||||
VOID);
|
||||
NTSTATUS IPShutdown(VOID);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -821,7 +821,7 @@ DriverEntry(
|
||||
LANStartup();
|
||||
|
||||
/* Initialize network level protocol subsystem */
|
||||
IPStartup(DriverObject, RegistryPath);
|
||||
IPStartup(RegistryPath);
|
||||
|
||||
/* Initialize transport level protocol subsystems */
|
||||
DGStartup();
|
||||
|
||||
Reference in New Issue
Block a user