Diff reduction with RELENG_6, style(9):
Remove unnecessary brace; && should be on end of line. No functional changes.
This commit is contained in:
parent
1b153c9278
commit
7dc8d021ea
@ -1731,10 +1731,9 @@ dontblock:
|
||||
* requires MT_SONAME mbufs at the head of
|
||||
* each record.
|
||||
*/
|
||||
if (m && pr->pr_flags & PR_ATOMIC
|
||||
&& ((flags & MSG_PEEK) == 0)) {
|
||||
if (m && pr->pr_flags & PR_ATOMIC &&
|
||||
((flags & MSG_PEEK) == 0))
|
||||
(void)sbdroprecord_locked(&so->so_rcv);
|
||||
}
|
||||
goto release;
|
||||
}
|
||||
} else
|
||||
|
Loading…
x
Reference in New Issue
Block a user