Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion plugins/in_blob/win32_glob.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ static int glob(const char *path,
return result;
}
}
context->gl_pathc = entries;
}

return result;
Expand Down Expand Up @@ -604,4 +605,4 @@ int flb_file_glob_fetch(struct flb_file_glob_context *context,
return FLB_FILE_GLOB_ERROR_SUCCESS;
}

#endif
#endif
Loading