Blame SOURCES/pptp-1.7.2-field-init.patch
|
|
27639a |
--- pptp-1.7.2/orckit_quirks.c.field 2008-05-14 07:33:55.000000000 +0100
|
|
|
27639a |
+++ pptp-1.7.2/orckit_quirks.c 2011-12-01 09:31:04.762035792 +0000
|
|
|
27639a |
@@ -62,7 +62,7 @@ int
|
|
|
27639a |
orckit_atur3_start_ctrl_conn_hook(struct pptp_start_ctrl_conn* packet)
|
|
|
27639a |
{
|
|
|
27639a |
struct pptp_start_ctrl_conn fixed_packet = {
|
|
|
27639a |
- {0}, /* we'll set the header later */
|
|
|
27639a |
+ {0, 0, 0, 0, 0}, /* we'll set the header later */
|
|
|
27639a |
hton16(PPTP_VERSION), 0, 0,
|
|
|
27639a |
hton32(PPTP_FRAME_ASYNC), hton32(PPTP_BEARER_ANALOG),
|
|
|
27639a |
hton16(0) /* max channels */,
|