summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/aucat/sock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/sock.c b/usr.bin/aucat/sock.c
index 74a6a156953..4fe4b6b8a80 100644
--- a/usr.bin/aucat/sock.c
+++ b/usr.bin/aucat/sock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sock.c,v 1.57 2011/04/28 06:19:57 ratchov Exp $ */
+/* $OpenBSD: sock.c,v 1.58 2011/05/02 22:20:18 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -58,7 +58,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" };