- Fix copy paste error

svn path=/trunk/; revision=52724
This commit is contained in:
Cameron Gutman
2011-07-18 04:25:08 +00:00
parent e37e340708
commit 2f00016a72
+1 -1
View File
@@ -561,7 +561,7 @@ AfdPacketSocketWriteData(PDEVICE_OBJECT DeviceObject, PIRP Irp,
/* Check the size of the Address given ... */
if( NT_SUCCESS(Status) ) {
FCB->EventSelectDisabled &= ~AFD_EVENT_RECEIVE;
FCB->EventSelectDisabled &= ~AFD_EVENT_SEND;
FCB->PollState &= ~AFD_EVENT_SEND;
Status = QueueUserModeIrp(FCB, Irp, FUNCTION_SEND);