Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322010
b: refs/heads/master
c: e862f1a
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and David S. Miller committed Aug 16, 2012
1 parent 2dd2e30 commit 3c5c4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e3bc4ffb814c847bde7706a80d5684d12c676a8b
refs/heads/master: e862f1a9b7df4e8196ebec45ac62295138aa3fc2
1 change: 1 addition & 0 deletions trunk/net/atm/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ int vcc_getsockopt(struct socket *sock, int level, int optname,

if (!vcc->dev || !test_bit(ATM_VF_ADDR, &vcc->flags))
return -ENOTCONN;
memset(&pvc, 0, sizeof(pvc));
pvc.sap_family = AF_ATMPVC;
pvc.sap_addr.itf = vcc->dev->number;
pvc.sap_addr.vpi = vcc->vpi;
Expand Down

0 comments on commit 3c5c4f8

Please sign in to comment.