--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -4859,1 +4859,1 @@ - if ( !(hp = ast_gethostbyname(host, &audiohp))) --- + if ( !(hp = ast_gethostbyname(host, &audiohp))) { @@ -4861,1 +4861,3 @@ - } else if (!(vhp = ast_gethostbyname(host, &videohp))) --- + return -2; + } + } else if (!(vhp = ast_gethostbyname(host, &videohp))) { @@ -4863,0 +4865,2 @@ + return -2; + }