diff options
| author | Michael Brown | 2006-12-28 00:09:46 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-12-28 00:09:46 +0100 |
| commit | 61ed298bc7dc60c84fea456444e853a73de0c901 (patch) | |
| tree | 99978dfeb667df0f79356cc4132f99922e2fd803 /src/tests/httptest.c | |
| parent | Keep running the main processing loop while waiting for input. (diff) | |
| download | ipxe-61ed298bc7dc60c84fea456444e853a73de0c901.tar.gz ipxe-61ed298bc7dc60c84fea456444e853a73de0c901.tar.xz ipxe-61ed298bc7dc60c84fea456444e853a73de0c901.zip | |
Merge changes from mcb-tcp-fixes branch.
Diffstat (limited to 'src/tests/httptest.c')
| -rw-r--r-- | src/tests/httptest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/httptest.c b/src/tests/httptest.c index 4b569e854..7e08f079f 100644 --- a/src/tests/httptest.c +++ b/src/tests/httptest.c @@ -21,7 +21,7 @@ void test_http ( struct net_device *netdev, struct sockaddr_tcpip *server, const int rc; memset ( &http, 0, sizeof ( http ) ); - memcpy ( &http.tcp.peer, server, sizeof ( http.tcp.peer ) ); + memcpy ( &http.server, server, sizeof ( http.server ) ); http.filename = filename; http.callback = test_http_callback; |
