ticket21349 326 B

123456
  1. o Code simplification and refactoring:
  2. - Split sampled_guards_update_from_consensus() and
  3. select_entry_guard_for_circuit() into subfunctions.
  4. In entry_guards_update_primary() unite
  5. three smartlist enumerations into one and move smartlist
  6. comparison code out of the function. Closes ticket 21349.