fix and add missing "auth" in debug strings

This commit is contained in:
Alexandre Ratchov 2011-05-01 15:34:21 +02:00
parent 134bc5d779
commit 924405f763
1 changed files with 1 additions and 1 deletions

View File

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