1
0
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:
Pawel Jakub Dawidek 2013-12-04 00:10:37 +00:00
parent 4a824cd865
commit 53449c98b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258900

View File

@ -326,6 +326,7 @@ s/\$//g
for (cap in capenabled) {
if (funcname == capenabled[cap]) {
flags = "SYF_CAPENABLED";
break;
}
}