diff --git a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c index d6ac652783..21af998d25 100644 --- a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c +++ b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c @@ -288,7 +288,7 @@ UDP_TX_TOKEN * UdpIoWrapTx ( IN UDP_IO_PORT *UdpIo, IN NET_BUF *Packet, - IN UDP_POINTS *EndPoint, OPTIONAL + IN UDP_POINTS *EndPoint OPTIONAL, IN IP4_ADDR Gateway, IN UDP_IO_CALLBACK CallBack, IN VOID *Context