Skip to content

Commit 8cd1b3a

Browse files
author
Your Name
committed
change http_passwd default value from "" to NULL
Signed-off-by: Your Name <[email protected]>
1 parent ddfef36 commit 8cd1b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_splunk/splunk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ static struct flb_config_map config_map[] = {
10721072
},
10731073

10741074
{
1075-
FLB_CONFIG_MAP_STR, "http_passwd", "",
1075+
FLB_CONFIG_MAP_STR, "http_passwd", NULL,
10761076
0, FLB_TRUE, offsetof(struct flb_splunk, http_passwd),
10771077
"Set HTTP auth password"
10781078
},

0 commit comments

Comments
 (0)