summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ibft.h
diff options
context:
space:
mode:
authorMichael Brown2006-12-21 19:42:51 +0100
committerMichael Brown2006-12-21 19:42:51 +0100
commit9485478acc97d23d89d953199b9f54e016efdcc3 (patch)
tree14b952047be3a1d5f090b34e7d47d0ff831c675d /src/include/gpxe/ibft.h
parentAvoid null pointer dereferences when no username/password specified. (diff)
downloadipxe-9485478acc97d23d89d953199b9f54e016efdcc3.tar.gz
ipxe-9485478acc97d23d89d953199b9f54e016efdcc3.tar.xz
ipxe-9485478acc97d23d89d953199b9f54e016efdcc3.zip
ibft_fill_data() prototype change.
Diffstat (limited to 'src/include/gpxe/ibft.h')
-rw-r--r--src/include/gpxe/ibft.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gpxe/ibft.h b/src/include/gpxe/ibft.h
index ad44c7f7..70d28486 100644
--- a/src/include/gpxe/ibft.h
+++ b/src/include/gpxe/ibft.h
@@ -4,9 +4,7 @@
/* Placeholder file */
static inline int ibft_fill_data ( struct net_device *netdev __unused,
- const char *initiator_iqn __unused,
- struct sockaddr_tcpip *st_target __unused,
- const char *target_iqn __unused ) {
+ struct iscsi_session *iscsi __unused ) {
return 0;
}