Skip to content

Commit af36b88

Browse files
committed
simulate both errors
1 parent 15dd535 commit af36b88

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

242242
char *const short_options = "a:v:t:c:ml:s:i:e:h";
243243
struct option long_options[] = {{"attester", required_argument, NULL, 'a'},

0 commit comments

Comments
 (0)