mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
s/SS_FDREF/SS_NOFDREF/
This commit is contained in:
parent
74246b2734
commit
37e399b26e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188390
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user