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

(-)channels/chan_sip.c.orig (+2 lines)
Lines 3667-3672 Link Here
3667
			hp = ast_gethostbyname(host, &ahp);
3667
			hp = ast_gethostbyname(host, &ahp);
3668
			if (!hp) {
3668
			if (!hp) {
3669
				ast_log(LOG_WARNING, "Unable to lookup host in secondary c= line, '%s'\n", c);
3669
				ast_log(LOG_WARNING, "Unable to lookup host in secondary c= line, '%s'\n", c);
3670
				return -2;
3670
			}
3671
			}
3671
		}
3672
		}
3672
	}
3673
	}
Lines 3693-3698 Link Here
3693
			hp = ast_gethostbyname(host, &ahp);
3694
			hp = ast_gethostbyname(host, &ahp);
3694
			if (!hp) {
3695
			if (!hp) {
3695
				ast_log(LOG_WARNING, "Unable to lookup host in secondary c= line, '%s'\n", c);
3696
				ast_log(LOG_WARNING, "Unable to lookup host in secondary c= line, '%s'\n", c);
3697
				return -2;
3696
			}
3698
			}
3697
		}
3699
		}
3698
	}
3700
	}

Return to bug 171467