mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Spell '0' as 'FALSE' when initializing npp_validcounts. (Doesn't change
the code, but emphasises that this field is used as a boolean.)
This commit is contained in:
parent
da1accf806
commit
97b4ef94b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1841,7 +1841,7 @@ NdisAllocatePacket(status, packet, pool)
|
|||
* correctly.
|
||||
*/
|
||||
pkt->np_private.npp_ndispktflags = NDIS_PACKET_ALLOCATED_BY_NDIS;
|
||||
pkt->np_private.npp_validcounts = 0;
|
||||
pkt->np_private.npp_validcounts = FALSE;
|
||||
|
||||
*packet = pkt;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue