Merge "Drop the redundant code"

This commit is contained in:
Zuul 2019-04-09 15:03:33 +00:00 committed by Gerrit Code Review
commit ff69a40666
1 changed files with 0 additions and 4 deletions

View File

@ -844,10 +844,6 @@ void mtcHttpSvr_handler (struct evhttp_request *req, void *arg)
size_t len = strlen(CLIENT_SYSINV_URL) ;
uuid = (url_ptr+len) ;
hostname = obj_ptr->get_host(uuid) ;
if ( uuid.length() == UUID_LEN )
{
hostname = obj_ptr->get_host(uuid) ;
}
if (( http_cmd == EVHTTP_REQ_GET ) && ( client == CLIENT_VIM_SYSTEMS ))
{
http_status_code = obj_ptr->mtcVimApi_system_info ( response );