Remove bogus condition on provide checking in query
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 31 May 2011 05:38:09 +0000 (08:38 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 31 May 2011 05:41:18 +0000 (08:41 +0300)
commit31fabc4d035af1b230184e52276cb793ec92721c
tree84f4d3ed8edc972844ec687f05ac8a0249abd5a5
parentda642c3130aa6cc3c7edc92e7273dcfe3100b3eb
Remove bogus condition on provide checking in query
- RPMQV_WHATPROVIDES only falls through to RPMQV_PATH on absolute
  paths, so the only place checking for provides_checked value would
  never be reached in the case it was set.
- Add a comment about the fallthrough case
lib/query.c