mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
netipsec: Fix minor style nit
Coverity points out that 'continue' is equivalent to 'break' in a do {} while(false) loop. Reported by: Coverity CID: 1354983 Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
a60711fd00
commit
ab11d379fa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299387
@ -351,7 +351,7 @@ do { \
|
||||
if ((head) != (sav)) { \
|
||||
ipseclog((LOG_DEBUG, "%s: state mismatched (TREE=%d SA=%d)\n", \
|
||||
(name), (head), (sav))); \
|
||||
continue; \
|
||||
break; \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user