Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83636
b: refs/heads/master
c: 731a060
h: refs/heads/master
v: v3
  • Loading branch information
Rami Rosen authored and David S. Miller committed Feb 6, 2008
1 parent e6e7377 commit 9f08210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 9ec138101f8a79007bc571174976a7814ed616f8
refs/heads/master: 731a0609df9cef35ae861d31004f50a02ebde6c2
3 changes: 2 additions & 1 deletion trunk/drivers/net/pppol2tp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2468,9 +2468,10 @@ static int __init pppol2tp_init(void)

out:
return err;

#ifdef CONFIG_PROC_FS
out_unregister_pppox_proto:
unregister_pppox_proto(PX_PROTO_OL2TP);
#endif
out_unregister_pppol2tp_proto:
proto_unregister(&pppol2tp_sk_proto);
goto out;
Expand Down

0 comments on commit 9f08210

Please sign in to comment.