We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cacb8 commit d87d030Copy full SHA for d87d030
1 file changed
src/lceasy.c
@@ -1151,7 +1151,7 @@ static int lcurl_easy_set_DEBUGFUNCTION(lua_State *L){
1151
static int lcurl_match_callback(void *arg, const char *pattern, const char *string) {
1152
lcurl_easy_t *p = arg;
1153
lua_State *L = p->L;
1154
- int ret = CURL_FNMATCHFUNC_MATCH;
+ int ret = CURL_FNMATCHFUNC_NOMATCH;
1155
int top = lua_gettop(L);
1156
int n = lcurl_util_push_cb(L, &p->match);
1157
0 commit comments