mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-27 02:44:33 +01:00
lightningd: fix uninitialized variable in DEVELOPER path
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -470,6 +470,7 @@ static void gossipd_incoming_channels_reply(struct subd *gossipd,
|
||||
|
||||
#if DEVELOPER
|
||||
/* dev-routes overrides this. */
|
||||
any_offline = false;
|
||||
if (!info->b11->routes)
|
||||
#endif
|
||||
info->b11->routes
|
||||
|
||||
Reference in New Issue
Block a user