Skip to content

Commit 427e057

Browse files
committed
fix: declaration added
Changelog-None
1 parent 65aee96 commit 427e057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

connectd/connectd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ static void connect_init(struct daemon *daemon, const u8 *msg)
16361636
enum addr_listen_announce *proposed_listen_announce;
16371637
struct wireaddr *announceable;
16381638
char *tor_password;
1639-
bool dev_disconnect, dev_throttle_gossip, dev_limit_connections_inflight;
1639+
bool dev_disconnect = false, dev_throttle_gossip = false, dev_limit_connections_inflight = false;
16401640
bool announce_websocket;
16411641
char *errstr;
16421642

0 commit comments

Comments
 (0)