# # patch "ChangeLog" # from [6ad1dc6095eb78b8a13b862a164bbb2278b887d6] # to [09578d73b8901070f5e9068cbbe2da269e3e9fe6] # # patch "database.cc" # from [6fd7af26382171e448ef373402c891d5a4bc6085] # to [4f80a2f66a26787de8cae7d7052fe37a299ce9e3] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,10 @@ 2005-04-27 Richard Levitte + * database.cc (selector_to_certname): Add a case for + commands::sel_cert. + +2005-04-27 Richard Levitte + * sanity.hh: Add a couple of variants of checked_index() to accomodate for indexes over vector. --- database.cc +++ database.cc @@ -2157,6 +2157,7 @@ s = tag_cert_name; break; case commands::sel_ident: + case commands::sel_cert: case commands::sel_unknown: I(false); // don't do this. break;