Add missing success print

This commit is contained in:
Cameron Gutman 2020-07-18 15:53:08 -07:00
parent 3e060fae54
commit f1ebefa59c

View File

@ -608,6 +608,7 @@ PortTestStatus TestHttpPort(PSOCKADDR_STORAGE addr, int port)
goto Exit;
}
else {
fprintf(LOG_OUT, "Success\n");
result = PortTestOk;
}