diff options
-rw-r--r-- | sys/kern/uipc_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/uipc_debug.c b/sys/kern/uipc_debug.c index 4689310..292f6e1 100644 --- a/sys/kern/uipc_debug.c +++ b/sys/kern/uipc_debug.c @@ -172,7 +172,6 @@ db_print_sostate(short so_state) db_printf("%sSS_ISCONFIRMING", comma ? ", " : ""); comma = 1; } - comma = 0; if (so_state & SS_PROTOREF) { db_printf("%sSS_PROTOREF", comma ? ", " : ""); comma = 1; |