From 924405f763f9fd115daa4851ce8d8473d4e57170 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Sun, 1 May 2011 15:34:21 +0200 Subject: [PATCH] fix and add missing "auth" in debug strings --- aucat/sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aucat/sock.c b/aucat/sock.c index a2eeb04..2f8387a 100644 --- a/aucat/sock.c +++ b/aucat/sock.c @@ -61,7 +61,7 @@ void sock_dbg(struct sock *f) { static char *pstates[] = { - "hel", "ini", "sta", "rdy", "run", "stp", "mid" + "aut", "hel", "ini", "sta", "rdy", "run", "stp", "mid" }; static char *rstates[] = { "rdat", "rmsg", "rret" }; static char *wstates[] = { "widl", "wmsg", "wdat" };