]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/PxeBcMtftp.c
The pointer argument should be set to NULL if not used not FALSE.
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / PxeBcMtftp.c
index 8adba6620f136df76ff129517073528b94cb9885..9a80dc5e38d2417ce107fce8507690b4fb8470c4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Functions implementation related with Mtftp for UefiPxeBc Driver.\r
 \r
-  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -162,7 +162,7 @@ PxeBcMtftp6GetFileSize (
 \r
   Status = Mtftp6->GetInfo (\r
                      Mtftp6,\r
-                     FALSE,\r
+                     NULL,\r
                      Filename,\r
                      NULL,\r
                      (UINT8) OptCnt,\r
@@ -604,7 +604,7 @@ PxeBcMtftp4GetFileSize (
 \r
   Status = Mtftp4->GetInfo (\r
                      Mtftp4,\r
-                     FALSE,\r
+                     NULL,\r
                      Filename,\r
                      NULL,\r
                      (UINT8) OptCnt,\r