diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-06-01 19:23:52 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-06-01 19:23:52 +0000 |
commit | d78581297b6328bde0714adf8c3662b45e7a45b1 (patch) | |
tree | 291a31ce813933d162d29c4678ea3f07fd2a1b31 /src/net/aoe.c | |
parent | 6ab4b99f41d22bb4d401d15c5a44160bf800c34c (diff) | |
download | ipxe-d78581297b6328bde0714adf8c3662b45e7a45b1.tar.gz |
Improve tcpdump legibility.
Diffstat (limited to 'src/net/aoe.c')
-rw-r--r-- | src/net/aoe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/aoe.c b/src/net/aoe.c index 1e9eb3210..cfb833f26 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 ); } |