diff options
| author | Michael Brown | 2008-01-22 19:53:01 +0100 |
|---|---|---|
| committer | Michael Brown | 2008-01-22 19:53:01 +0100 |
| commit | 122abb50af8fa823778e185961f65122ff7b4270 (patch) | |
| tree | 6129b8d1e4084f5c5f89093031853eebb477e69d /src/interface/pxe | |
| parent | Add preliminary support for MTFTP. (diff) | |
| parent | Make seek information part of the xfer metadata, rather than an entirely (diff) | |
| download | ipxe-122abb50af8fa823778e185961f65122ff7b4270.tar.gz ipxe-122abb50af8fa823778e185961f65122ff7b4270.tar.xz ipxe-122abb50af8fa823778e185961f65122ff7b4270.zip | |
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Diffstat (limited to 'src/interface/pxe')
| -rw-r--r-- | src/interface/pxe/pxe_udp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interface/pxe/pxe_udp.c b/src/interface/pxe/pxe_udp.c index 745366f24..0d6d1b741 100644 --- a/src/interface/pxe/pxe_udp.c +++ b/src/interface/pxe/pxe_udp.c @@ -103,7 +103,6 @@ static int pxe_udp_deliver_iob ( struct xfer_interface *xfer, static struct xfer_interface_operations pxe_udp_xfer_operations = { .close = ignore_xfer_close, .vredirect = ignore_xfer_vredirect, - .seek = ignore_xfer_seek, .window = unlimited_xfer_window, .alloc_iob = default_xfer_alloc_iob, .deliver_iob = pxe_udp_deliver_iob, |
