aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2026-03-15 22:53:08 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2026-03-15 22:53:08 +0100
commit08b133897eb3451cd18c1c902fa69c6e258679a8 (patch)
treef9652fcb8860a66b8eb773bc19235ffe981daaa9 /FICS
parent52e1e0e1117bb55b7bf74af3a16a9fd836b82a0f (diff)
readline2: log unknown state
Diffstat (limited to 'FICS')
-rw-r--r--FICS/network.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/network.c b/FICS/network.c
index ac20f9c..47d6c6b 100644
--- a/FICS/network.c
+++ b/FICS/network.c
@@ -460,6 +460,9 @@ readline2(comstr_t *cs, int who)
}
state = 2;
break;
+ default:
+ warnx("%s: unknown state %d", __func__, state);
+ break;
}
s++;