]> the.earth.li Git - onak.git/commit
Fix fetching key by text bug in db4 backend
authorJonathan McDowell <noodles@earth.li>
Fri, 16 May 2008 17:59:04 +0000 (18:59 +0100)
committerJonathan McDowell <noodles@earth.li>
Fri, 16 May 2008 17:59:04 +0000 (18:59 +0100)
commitcc9554e545f58905fa020e23134a1ff29569ee16
treea0ae99723d13d7fa4612a3e97484a601d2dadb50
parent20902952625408183946472e70d0cb2a2d17934d
Fix fetching key by text bug in db4 backend

  We don't want to add keys when there are no keys in the previous list,
  we want to only add new keys on the first pass. Otherwise if we end up
  with an empty list we'll start again as if none of the previous words
  where specified.
keydb_db4.c