Skip to content

Commit 1add840

Browse files
laruencekaplanlior
authored andcommitted
Fixed bug #68739 (Missing break / control flow in curl)
(cherry picked from commit 124fb22)
1 parent 059e774 commit 1add840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/curl/interface.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2851,6 +2851,7 @@ static int _php_curl_setopt(php_curl *ch, long option, zval **zvalue TSRMLS_DC)
28512851
curl_easy_setopt(ch->cp, CURLOPT_SHARE, sh->share);
28522852
}
28532853
}
2854+
break;
28542855

28552856
#if LIBCURL_VERSION_NUM >= 0x071500 /* Available since 7.21.0 */
28562857
case CURLOPT_FNMATCH_FUNCTION:

0 commit comments

Comments
 (0)