Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237471
b: refs/heads/master
c: 0049713
h: refs/heads/master
i:
  237469: 00ac8a2
  237467: 330a056
  237463: 9b8120d
  237455: 19b7bfc
  237439: 68667e5
v: v3
  • Loading branch information
David S. Miller committed Feb 25, 2011
1 parent 1dcf487 commit e511049
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8f44fcc72a454c5eb7cbc138bd53f0963f23e87f
refs/heads/master: 004971353a403d75e7d50f8b3b304272ef056248
2 changes: 2 additions & 0 deletions trunk/net/phonet/pep.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ static int pep_do_rcv(struct sock *sk, struct sk_buff *skb)
return err;
}

#ifndef CONFIG_PHONET_PIPECTRLR
static int pipe_do_remove(struct sock *sk)
{
struct pep_sock *pn = pep_sk(sk);
Expand All @@ -870,6 +871,7 @@ static int pipe_do_remove(struct sock *sk)

return pn_skb_send(sk, skb, NULL);
}
#endif

/* associated socket ceases to exist */
static void pep_sock_close(struct sock *sk, long timeout)
Expand Down

0 comments on commit e511049

Please sign in to comment.