mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 03:45:08 +03:00
spelling: counters
This commit is contained in:
parent
5040acb79b
commit
bf63ef21c8
@ -130,7 +130,7 @@ NTSTATUS NPF_Read(IN PDEVICE_OBJECT DeviceObject,IN PIRP Irp)
|
||||
*(LONGLONG*)(CurrBuff+sizeof(struct bpf_hdr))=Open->Npackets.QuadPart;
|
||||
*(LONGLONG*)(CurrBuff+sizeof(struct bpf_hdr)+8)=Open->Nbytes.QuadPart;
|
||||
|
||||
//reset the countetrs
|
||||
//reset the counters
|
||||
NdisAcquireSpinLock( &Open->CountersLock );
|
||||
Open->Npackets.QuadPart=0;
|
||||
Open->Nbytes.QuadPart=0;
|
||||
|
Loading…
Reference in New Issue
Block a user