Skip to content

Commit 6fdcd55

Browse files
committed
simulate correct
1 parent 16e6528 commit 6fdcd55

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
@@ -232,7 +232,7 @@ int main(int argc, char **argv) {
232232
const char *secret = "";
233233
LOG_INFO("Try to get key from SBS");
234234

235-
char *secret_save_path = NULL;
235+
const char *secret_save_path = NULL;
236236
const char *sbs_endpoint = NULL;
237237
char ip_buf[INET_ADDRSTRLEN];
238238
const char *str_port = NULL;

0 commit comments

Comments
 (0)