projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e2dfc
)
mini-os: remove repeated statement in netfront_input
author
Matthew Daley
<mattjd@gmail.com>
Fri, 8 Nov 2013 10:10:08 +0000
(11:10 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Fri, 8 Nov 2013 10:10:08 +0000
(11:10 +0100)
Signed-off-by: Matthew Daley <mattjd@gmail.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
extras/mini-os/lwip-net.c
patch
|
blob
|
history
diff --git
a/extras/mini-os/lwip-net.c
b/extras/mini-os/lwip-net.c
index 9fded114c824abe1966a81c199e959e43d0292ab..449b70fda79c6e02baacc82dca17967e8e04a438 100644
(file)
--- a/
extras/mini-os/lwip-net.c
+++ b/
extras/mini-os/lwip-net.c
@@
-194,8
+194,6
@@
netfront_input(struct netif *netif, unsigned char* data, int len)
/* points to packet payload, which starts with an Ethernet header */
ethhdr = p->payload;
-
- ethhdr = p->payload;
switch (htons(ethhdr->type)) {
/* IP packet? */