Skip to content

Commit be47239

Browse files
committed
simulate an additional error
1 parent 5a88b9a commit be47239

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
@@ -235,7 +235,7 @@ int main(int argc, char **argv) {
235235
const char *secret_save_path = NULL;
236236
char *sbs_endpoint = NULL;
237237
char ip_buf[INET_ADDRSTRLEN];
238-
const char *str_port = NULL;
238+
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)