mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use the right size for zeroing.
Submitted by: rpokala@
This commit is contained in:
parent
4b68de9c1a
commit
bd4c1dd6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ void
|
|||
g_reset_bio(struct bio *bp)
|
||||
{
|
||||
|
||||
bzero(bp, sizeof(bp));
|
||||
bzero(bp, sizeof(*bp));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue