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" };