Commit 70ea324
committed
lightningd: don't assert if plugin crashes early.
If a plugin exits early, we will not exit with ret == plugins: return
from this function and we will exit because ld->exit_code is set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>1 parent 8895ca2 commit 70ea324
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2128 | 2128 | | |
2129 | 2129 | | |
2130 | 2130 | | |
2131 | | - | |
2132 | | - | |
2133 | | - | |
2134 | | - | |
2135 | | - | |
2136 | | - | |
| 2131 | + | |
| 2132 | + | |
2137 | 2133 | | |
2138 | 2134 | | |
2139 | 2135 | | |
| |||
0 commit comments