mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
remove unnecessary casts leftover from a bogus fix to a previous bug
This commit is contained in:
parent
9663e34384
commit
7bc2288264
1 changed files with 1 additions and 1 deletions
|
|
@ -936,7 +936,7 @@ on1:
|
|||
if (m)
|
||||
log(LOG_ERR,
|
||||
"rn_delete: Orphaned Mask %p at %p\n",
|
||||
(void *)m, (void *)x);
|
||||
m, x);
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue