Loading drivers/net/ppp/pptp.c +2 −2 Original line number Diff line number Diff line Loading @@ -585,8 +585,8 @@ static int pptp_create(struct net *net, struct socket *sock) po = pppox_sk(sk); opt = &po->proto.pptp; opt->seq_sent = 0; opt->seq_recv = 0; opt->ack_recv = 0; opt->ack_sent = 0; opt->seq_sent = 0; opt->seq_recv = 0xffffffff; opt->ack_recv = 0; opt->ack_sent = 0xffffffff; error = 0; out: Loading Loading
drivers/net/ppp/pptp.c +2 −2 Original line number Diff line number Diff line Loading @@ -585,8 +585,8 @@ static int pptp_create(struct net *net, struct socket *sock) po = pppox_sk(sk); opt = &po->proto.pptp; opt->seq_sent = 0; opt->seq_recv = 0; opt->ack_recv = 0; opt->ack_sent = 0; opt->seq_sent = 0; opt->seq_recv = 0xffffffff; opt->ack_recv = 0; opt->ack_sent = 0xffffffff; error = 0; out: Loading