Use assignment, not equivalence test.
No response from: suz
This commit is contained in:
parent
30aaff1192
commit
3f171d2283
@ -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…
x
Reference in New Issue
Block a user