Skip to content

Commit bfa80e8

Browse files
committed
test
1 parent f6eeb7a commit bfa80e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cvmassistants/secretprovider/secret-provider-agent/src/secret_provider_agent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
rats_tls_log_level_t log_level = RATS_TLS_LOG_LEVEL_INFO;
4444

45-
const char *command_get_secret = "getSecret";
45+
char *command_get_secret = "getSecret";
4646

4747
char *get_secret_from_sbs_through_rats_tls(
4848
rats_tls_log_level_t log_level, const char *attester_type,

0 commit comments

Comments
 (0)