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

Collapse All | Expand All

(-)pptp-1.7.2/orckit_quirks.c.field (-1 / +1 lines)
Lines 62-68 int Link Here
62
orckit_atur3_start_ctrl_conn_hook(struct pptp_start_ctrl_conn* packet)
62
orckit_atur3_start_ctrl_conn_hook(struct pptp_start_ctrl_conn* packet)
63
{
63
{
64
    struct pptp_start_ctrl_conn fixed_packet = {
64
    struct pptp_start_ctrl_conn fixed_packet = {
65
	{0}, /* we'll set the header later */
65
	{0, 0, 0, 0, 0}, /* we'll set the header later */
66
	hton16(PPTP_VERSION), 0, 0,
66
	hton16(PPTP_VERSION), 0, 0,
67
	hton32(PPTP_FRAME_ASYNC), hton32(PPTP_BEARER_ANALOG),
67
	hton32(PPTP_FRAME_ASYNC), hton32(PPTP_BEARER_ANALOG),
68
	hton16(0) /* max channels */,
68
	hton16(0) /* max channels */,

Return to bug 426398