Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284342
b: refs/heads/master
c: 91dce7d
h: refs/heads/master
v: v3
  • Loading branch information
Bradley Peterson authored and David S. Miller committed Jan 13, 2012
1 parent 6cfb9a5 commit 90678c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b7bf42e3d47fb16aaf53776ae3eaaf1be247a35
refs/heads/master: 91dce7ddab99a29b600e3d792b847dc2cdbf0848
4 changes: 2 additions & 2 deletions trunk/drivers/net/ppp/pptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 90678c2

Please sign in to comment.