diff --git a/7-SGX_Hands-on/src/app/main.c b/7-SGX_Hands-on/src/app/main.c index 2cfd72c..f4356b0 100644 --- a/7-SGX_Hands-on/src/app/main.c +++ b/7-SGX_Hands-on/src/app/main.c @@ -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(); }