Assignment-7-sgximpl #13

Merged
saschato merged 62 commits from Assignment-7-sgximpl into Assignment-7 2024-07-08 11:03:28 +02:00
Showing only changes of commit 86c1001ce0 - Show all commits

View file

@ -23,7 +23,7 @@ int main(int argc, char** argv) {
else if (strcmp(command, "proxysetup")==0)
handle_proxysetup(argc-2, argv+2);
else if (strcmp(command, "embedded")==0)
handle_proxysetup(argc-2, argv+2);
handle_embedded_device(argc-2, argv+2);
else
syntax_exit();
}