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
@ -351,7 +351,7 @@ do { \
|
|||||||
if ((head) != (sav)) { \
|
if ((head) != (sav)) { \
|
||||||
ipseclog((LOG_DEBUG, "%s: state mismatched (TREE=%d SA=%d)\n", \
|
ipseclog((LOG_DEBUG, "%s: state mismatched (TREE=%d SA=%d)\n", \
|
||||||
(name), (head), (sav))); \
|
(name), (head), (sav))); \
|
||||||
continue; \
|
break; \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user