aboutsummaryrefslogtreecommitdiff
path: root/changes/bug32671
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug32671')
-rw-r--r--changes/bug326714
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug32671 b/changes/bug32671
new file mode 100644
index 0000000000..d12e35c7fc
--- /dev/null
+++ b/changes/bug32671
@@ -0,0 +1,4 @@
+ o Minor bugfixes (circuit padding):
+ - When circpad_send_padding_cell_for_callback is called,
+ `is_padding_timer_scheduled` flag was not reset. Now it is set to 0 at
+ the top of that function. Fix bug #32671.