s/SS_FDREF/SS_NOFDREF/

This commit is contained in:
Martin Blapp 2009-02-09 13:29:01 +00:00
parent 74246b2734
commit 37e399b26e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188390

View File

@ -145,7 +145,7 @@ db_print_sostate(short so_state)
comma = 0;
if (so_state & SS_NOFDREF) {
db_printf("%sSS_FDREF", comma ? ", " : "");
db_printf("%sSS_NOFDREF", comma ? ", " : "");
comma = 1;
}
if (so_state & SS_ISCONNECTED) {