Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276763
b: refs/heads/master
c: a454dac
h: refs/heads/master
i:
  276761: 3d1f8ef
  276759: 08fc11c
v: v3
  • Loading branch information
Djalal Harouni authored and David S. Miller committed Dec 7, 2011
1 parent f0f7a7f commit 6e1b653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 43af940c54d712ab5e6d6798a82498b25c2af299
refs/heads/master: a454daceb78844a09c08b6e2d8badcb76a5d73b9
4 changes: 1 addition & 3 deletions trunk/drivers/net/ppp/pptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,8 @@ static int pptp_bind(struct socket *sock, struct sockaddr *uservaddr,
lock_sock(sk);

opt->src_addr = sp->sa_addr.pptp;
if (add_chan(po)) {
release_sock(sk);
if (add_chan(po))
error = -EBUSY;
}

release_sock(sk);
return error;
Expand Down

0 comments on commit 6e1b653

Please sign in to comment.