mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Set Status to STATUS_SUCCESS
svn path=/branches/aicom-network-fixes/; revision=36148
This commit is contained in:
parent
dc4e15ac9b
commit
151277c30a
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ AfdCreateSocket(PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
|||
ULONG EaLength;
|
||||
PWCHAR EaInfoValue = NULL;
|
||||
UINT Disposition, i;
|
||||
NTSTATUS Status;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
|
||||
AFD_DbgPrint(MID_TRACE,
|
||||
("AfdCreate(DeviceObject %p Irp %p)\n", DeviceObject, Irp));
|
||||
|
|
Loading…
Reference in a new issue