Skip to content

Commit

Permalink
in_kubernetes_events: Use time_t for time(NULL) returned value (CID 5…
Browse files Browse the repository at this point in the history
…07947)

Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 authored and edsiper committed Aug 14, 2024
1 parent 960419b commit 1781cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_kubernetes_events/kubernetes_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct k8s_events {
char *token;
int token_ttl;
size_t token_len;
int token_created;
time_t token_created;

/* Pre-formatted HTTP Authorization header value */
char *auth;
Expand Down

0 comments on commit 1781cbb

Please sign in to comment.