mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Break the loop once we know we have the SYF_CAPENABLED flag.
This commit is contained in:
parent
4a824cd865
commit
53449c98b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258900
@ -326,6 +326,7 @@ s/\$//g
|
||||
for (cap in capenabled) {
|
||||
if (funcname == capenabled[cap]) {
|
||||
flags = "SYF_CAPENABLED";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user