20 Feb
2013
20 Feb
'13
6:53 p.m.
On Wed, Feb 20, 2013 at 04:31:06PM +0000, Mark Brown wrote:
On Wed, Feb 20, 2013 at 04:09:33PM +0000, Charles Keepax wrote:
- if (fll->ref_src < 0 || fll->ref_src == source) {
- } else if (fll->ref_src != source) {
- }
This appears to be missing a final error checking case...
Apologies that else if is completely redundant and should just be an if. I will fix and resend.
Charles