Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 171467 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +6 lines)
Line 4859 Link Here
4859
					if ( !(hp = ast_gethostbyname(host, &audiohp)))
4859
					if ( !(hp = ast_gethostbyname(host, &audiohp)))	{
4860
--
Line 4861 Link Here
4861
				} else if (!(vhp = ast_gethostbyname(host, &videohp)))
4861
						return -2;
4862
--
4862
					}
4863
				} else if (!(vhp = ast_gethostbyname(host, &videohp))) {
Line 4863 Link Here
4865
					return -2;
4866
				}

Return to bug 171467