summaryrefslogtreecommitdiff
path: root/changes/ticket24734
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket24734')
-rw-r--r--changes/ticket247346
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/ticket24734 b/changes/ticket24734
deleted file mode 100644
index 00029ce578..0000000000
--- a/changes/ticket24734
+++ /dev/null
@@ -1,6 +0,0 @@
- o Code simplification and refactoring:
- - Remove the return value for fascist_firewall_choose_address_base(),
- and sister functions such as fascist_firewall_choose_address_node()
- and fascist_firewall_choose_address_rs(). Also, while we're here,
- initialize the ap argument as leaving it uninitialized can pose a
- security hazard. Closes ticket 24734. Patch by Neel Chauhan.