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

Collapse All | Expand All

(-)asterisk-addons-1.6.2.0/channels/chan_ooh323.c (-1 / +1 lines)
Lines 455-461 Link Here
455
	/* This is an outgoing call, since ooh323_request is called */
455
	/* This is an outgoing call, since ooh323_request is called */
456
	ast_set_flag(p, H323_OUTGOING);
456
	ast_set_flag(p, H323_OUTGOING);
457
457
458
	ast_copy_string(tmp, data, sizeof(data));
458
	ast_copy_string(tmp, data, sizeof(tmp));
459
459
460
	dest = strchr(tmp, '/');
460
	dest = strchr(tmp, '/');
461
461

Return to bug 307383