projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
935a7f6
)
SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint
author
Gui Jianfeng
<guijianfeng@cn.fujitsu.com>
Thu, 10 Apr 2008 09:00:23 +0000
(
02:00
-0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 10 Apr 2008 09:00:23 +0000
(
02:00
-0700)
Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/input.c
patch
|
blob
|
history
diff --git
a/net/sctp/input.c
b/net/sctp/input.c
index c1d7e3b5c4b409ae636dfc9a5593a1673f01ecc3..ca6b022b1df247f93d058b5cdee5c5430f52e286 100644
(file)
--- a/
net/sctp/input.c
+++ b/
net/sctp/input.c
@@
-725,7
+725,6
@@
static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(const union sctp_addr *l
}
ep = sctp_sk((sctp_get_ctl_sock()))->ep;
- epb = &ep->base;
hit:
sctp_endpoint_hold(ep);