summaryrefslogtreecommitdiffstats
path: root/StdLib/EfiSocketLib/Ip4.c
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/EfiSocketLib/Ip4.c')
-rw-r--r--StdLib/EfiSocketLib/Ip4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/EfiSocketLib/Ip4.c b/StdLib/EfiSocketLib/Ip4.c
index 1f7096e7c6..ed71194163 100644
--- a/StdLib/EfiSocketLib/Ip4.c
+++ b/StdLib/EfiSocketLib/Ip4.c
@@ -1422,5 +1422,5 @@ CONST ESL_PROTOCOL_API cEslIp4Api = {
EslIp4TxBuffer,
EslIp4TxComplete,
NULL, // TxOobComplete
- EslIp4VerifyLocalIpAddress
+ (PFN_API_VERIFY_LOCAL_IP_ADDRESS)EslIp4VerifyLocalIpAddress
};