]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/FSVariable/MemStorage.c
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / DuetPkg / FSVariable / MemStorage.c
index 02582d953ad908def33a4f307e8d3d03790873e2..88709b7f742e1ffa0be173de091243c6e40651a3 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -59,7 +59,7 @@ MemStorageConstructor (
 \r
   ZeroMem (Dev, sizeof(VS_DEV));\r
 \r
-  CopyGuid (&Dev->Signature, &gEfiVariableGuid);\r
+  Dev->Signature   = VS_DEV_SIGNATURE;\r
   Dev->Size        = Size;\r
 \r
   Dev->VarStore.Erase    = MemEraseStore;\r