patch #7239: make tcp_state_str pointers constant

This commit is contained in:
goldsimon 2010-07-12 09:49:00 +00:00
parent a99219ad1f
commit 194a85387b

View File

@ -55,7 +55,7 @@
#include <string.h>
const char *tcp_state_str[] = {
const char * const tcp_state_str[] = {
"CLOSED",
"LISTEN",
"SYN_SENT",