From 13c061bee881d0e5dc5143fc196251cfc3da2c2a Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 26 Oct 2019 19:21:15 -0400 Subject: Do not require RPL_ISUPPORT for stateReady --- state.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'state.c') diff --git a/state.c b/state.c index a5bdaee..fa9c77b 100644 --- a/state.c +++ b/state.c @@ -107,8 +107,7 @@ bool stateReady(void) { && intro.welcome && intro.yourHost && intro.created - && intro.myInfo[0] - && support.len; + && intro.myInfo[0]; } const char *stateSelf(void) { -- cgit 1.4.1