summaryrefslogtreecommitdiffstats
path: root/src/net/aoe.c
diff options
context:
space:
mode:
authorMichael Brown2006-06-01 21:23:52 +0200
committerMichael Brown2006-06-01 21:23:52 +0200
commitd78581297b6328bde0714adf8c3662b45e7a45b1 (patch)
tree291a31ce813933d162d29c4678ea3f07fd2a1b31 /src/net/aoe.c
parentQuick hack to avoid trying to use an uninitialised net device. (diff)
downloadipxe-d78581297b6328bde0714adf8c3662b45e7a45b1.tar.gz
ipxe-d78581297b6328bde0714adf8c3662b45e7a45b1.tar.xz
ipxe-d78581297b6328bde0714adf8c3662b45e7a45b1.zip
Improve tcpdump legibility.
Diffstat (limited to 'src/net/aoe.c')
-rw-r--r--src/net/aoe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/aoe.c b/src/net/aoe.c
index 1e9eb321..cfb833f2 100644
--- a/src/net/aoe.c
+++ b/src/net/aoe.c
@@ -294,6 +294,7 @@ NET_PROTOCOL ( aoe_protocol );
*/
void aoe_open ( struct aoe_session *aoe ) {
memset ( aoe->target, 0xff, sizeof ( aoe->target ) );
+ aoe->tag = AOE_TAG_MAGIC;
aoe->timer.expired = aoe_timer_expired;
list_add ( &aoe->list, &aoe_sessions );
}