scanner: Fix wrong restriction on since field
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Tue, 27 Nov 2012 15:03:40 +0000 (17:03 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 27 Nov 2012 16:13:36 +0000 (11:13 -0500)
commit00639de12050c8755965a569de4f6df9dc36171f
treedcd080bbfe5c027e84371473f6d4f820c26b75f4
parentd7a63fdbfb8fcfcf4b2a81bc4773958ebd785d15
scanner: Fix wrong restriction on since field

The scanner would not allow two consecutive requests on an interface to
have the same since number, so if a new version of an interface added
two new request the version number would have to be increased by two.
src/scanner.c