dect
/
linux-2.6
Archived
13
0
Fork 0

Phonet: do not compute unused value

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Rémi Denis-Courmont 2009-02-10 17:14:50 -08:00 committed by David S. Miller
parent a2bf453871
commit 2ddc1ac1b9
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ static int pep_do_rcv(struct sock *sk, struct sk_buff *skb)
{
struct pep_sock *pn = pep_sk(sk);
struct sock *sknode;
struct pnpipehdr *hdr = pnp_hdr(skb);
struct pnpipehdr *hdr;
struct sockaddr_pn dst;
int err = NET_RX_SUCCESS;
u8 pipe_handle;