dvbv5-scan: fix detection of duplicated freqs at the input file
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 28 Nov 2013 11:47:03 +0000 (09:47 -0200)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 28 Nov 2013 11:47:03 +0000 (09:47 -0200)
commit76dcbee0f3fb69b4853ca2cfe231bf004b94c608
tree0e2587abc092a9a6e372241394616845884fdf48
parentaa05eb2cb86860ad9847174e8f46c586ce9c40d8
dvbv5-scan: fix detection of duplicated freqs at the input file

As reported by Coverity, the dvb_scan_handler is always null on
that point. Just removing its check is enough to fix the issue.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
utils/dvb/dvbv5-scan.c