diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1996-02-13 18:16:31 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-02-13 18:16:31 +0000 |
| commit | dc915e7cfcd9ac1ad1fe2c3a9367285d09d15024 (patch) | |
| tree | 92a11759884553db16d37641280c0f0cae760022 /sys/netipx/spx_debug.c | |
| parent | cbc17e711e17aaaa02de20e4fd12c27a43e59f48 (diff) | |
Notes
Diffstat (limited to 'sys/netipx/spx_debug.c')
| -rw-r--r-- | sys/netipx/spx_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/spx_debug.c b/sys/netipx/spx_debug.c index ca376a2943c0..524faf9d91e0 100644 --- a/sys/netipx/spx_debug.c +++ b/sys/netipx/spx_debug.c @@ -33,7 +33,7 @@ * * @(#)spx_debug.c * - * $Id: spx_debug.c,v 1.2 1995/10/31 23:36:43 julian Exp $ + * $Id: spx_debug.c,v 1.3 1995/11/04 09:03:32 julian Exp $ */ #include <sys/param.h> @@ -102,7 +102,7 @@ spx_trace(act, ostate, sp, si, req) printf("%x %s:", sp, tcpstates[ostate]); else printf("???????? "); - printf("%s ", sanames[act]); + printf("%s ", spxnames[act]); switch (act) { case SA_RESPOND: |
