Restore support for zero instance filtering in binary cnf store queries
authorPlamen Dimitrov <plamen.dimitrov@intra2net.com>
Wed, 20 Apr 2022 07:45:23 +0000 (10:45 +0300)
committerPlamen Dimitrov <plamen.dimitrov@intra2net.com>
Tue, 17 May 2022 02:35:40 +0000 (05:35 +0300)
commitdaf0bfad8fbd10e765d9e43eb0f17c6f15eeb515
tree9e4942a3c593a5365019d4ae631ae70a703e74d4
parentcbf001966bec6f781b157f00ffc394e5fe09478f
Restore support for zero instance filtering in binary cnf store queries

Some cnfvars like NICs support zero instance numbers and without
this fix the query would simply return all cnfvars in a cnf list
if we need `get_cnf CNFVAR 0` from the query.
src/cnfvar/binary.py