mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use assignment, not equivalence test.
No response from: suz
This commit is contained in:
parent
30aaff1192
commit
3f171d2283
1 changed files with 1 additions and 1 deletions
|
|
@ -630,7 +630,7 @@ get_prefix(struct rainfo *rai)
|
|||
|
||||
/* link into chain */
|
||||
insque(pp, &rai->prefix);
|
||||
pp->rainfo == rai;
|
||||
pp->rainfo = rai;
|
||||
|
||||
/* counter increment */
|
||||
rai->pfxs++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue