ticket24734 400 B

123456
  1. o Code simplification and refactoring:
  2. - Remove the return value for fascist_firewall_choose_address_base(),
  3. and sister functions such as fascist_firewall_choose_address_node()
  4. and fascist_firewall_choose_address_rs(). Also, while we're here,
  5. initialize the ap argument as leaving it uninitialized can pose a
  6. security hazard. Closes ticket 24734. Patch by Neel Chauhan.