1. clean up codes.

2. fixed a porting issue.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3702 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2007-08-24 03:01:38 +00:00
parent c97da01907
commit 7203045841
3 changed files with 1 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ DhcpCopyConfigure (
INTN Len;
UINT32 Index;
CopyMem (Dst, Src, sizeof (Dst));
CopyMem (Dst, Src, sizeof (*Dst));
Dst->DiscoverTimeout = NULL;
Dst->RequestTimeout = NULL;
Dst->OptionList = NULL;