mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:18:07 +00:00
Driver: Only one client may connect at a time.
This commit is contained in:
parent
624221c588
commit
f591c0f80d
@ -257,7 +257,7 @@ fort_callout_install (PDEVICE_OBJECT device)
|
||||
NTSTATUS status;
|
||||
|
||||
if (g_device->active)
|
||||
return STATUS_SUCCESS;
|
||||
return STATUS_SHARING_VIOLATION; // Only one client may connect
|
||||
|
||||
RtlZeroMemory(&c, sizeof(FWPS_CALLOUT0));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user