[Assignment-7] fixed typo
All checks were successful
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (push) Successful in 1m1s
Latex Build / build-latex (Assignment 5 - Software Security - Teil 1) (push) Successful in 1m7s
Latex Build / build-latex (Assignment 6 - Software Security - Teil 2) (push) Successful in 1m1s
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (pull_request) Successful in 33s
Latex Build / build-latex (Assignment 5 - Software Security - Teil 1) (pull_request) Successful in 9s
Latex Build / build-latex (Assignment 6 - Software Security - Teil 2) (pull_request) Successful in 9s
All checks were successful
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (push) Successful in 1m1s
Latex Build / build-latex (Assignment 5 - Software Security - Teil 1) (push) Successful in 1m7s
Latex Build / build-latex (Assignment 6 - Software Security - Teil 2) (push) Successful in 1m1s
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (pull_request) Successful in 33s
Latex Build / build-latex (Assignment 5 - Software Security - Teil 1) (pull_request) Successful in 9s
Latex Build / build-latex (Assignment 6 - Software Security - Teil 2) (pull_request) Successful in 9s
This commit is contained in:
parent
f28ccea96f
commit
86c1001ce0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ int main(int argc, char** argv) {
|
||||||
else if (strcmp(command, "proxysetup")==0)
|
else if (strcmp(command, "proxysetup")==0)
|
||||||
handle_proxysetup(argc-2, argv+2);
|
handle_proxysetup(argc-2, argv+2);
|
||||||
else if (strcmp(command, "embedded")==0)
|
else if (strcmp(command, "embedded")==0)
|
||||||
handle_proxysetup(argc-2, argv+2);
|
handle_embedded_device(argc-2, argv+2);
|
||||||
else
|
else
|
||||||
syntax_exit();
|
syntax_exit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue