Found by Yasuhiro Ohishi @iij.
ok?

Index: sbin/iked/control.c
===================================================================
RCS file: /cvs/src/sbin/iked/control.c,v
retrieving revision 1.28
diff -u -r1.28 control.c
--- sbin/iked/control.c 22 Mar 2020 15:59:05 -0000      1.28
+++ sbin/iked/control.c 3 Apr 2020 04:21:35 -0000
@@ -309,10 +309,10 @@
                        break;
                case IMSG_CTL_RESET_ID:
                        proc_forward_imsg(&env->sc_ps, &imsg, PROC_IKEV2, -1);
+                       break;
                case IMSG_CTL_SHOW_SA:
                        proc_forward_imsg(&env->sc_ps, &imsg, PROC_IKEV2, -1);
                        c->flags |= CTL_CONN_NOTIFY;
-                       break;
                        break;
                default:
                        log_debug("%s: error handling imsg %d",
Index: sbin/iked/crypto.c
===================================================================

Reply via email to