Skip to content

Commit 487e03c

Browse files
committed
simulate all correct
1 parent 6d12c14 commit 487e03c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ int main(int argc, char **argv) {
233233
LOG_INFO("Try to get key from SBS");
234234

235235
const char *secret_save_path = NULL;
236-
char *sbs_endpoint = NULL;
236+
const char *sbs_endpoint = NULL;
237237
char ip_buf[INET_ADDRSTRLEN];
238-
char *str_port = NULL;
238+
const char *str_port = NULL;
239239
int port;
240240

241241
char *const short_options = "a:v:t:c:ml:s:i:e:h";

0 commit comments

Comments
 (0)