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
2 changes: 1 addition & 1 deletion plugins/out_azure_blob/azure_blob_store.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ int azure_blob_store_init(struct flb_azure_blob *ctx)
{
int type;
time_t now;
char tmp[64];
char tmp[1024];
struct tm *tm;
struct flb_fstore *fs;
struct flb_fstore_stream *fs_stream;
Expand Down
Loading