From 0668437b5895c2a870f38557b4f432ebade07e8d Mon Sep 17 00:00:00 2001 From: Guinness Date: Tue, 20 Oct 2020 21:04:33 +0200 Subject: Set is_padding_timer_scheduled to 0 When calling `circpad_send_padding_cell_for_callback()`, the flag `is_padding_timer_scheduled` was not resetted to 0 which caused an issue in the circpad simulator. This commit fixes this problem. Fixes #32671. --- changes/bug32671 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug32671 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf