diff options
Diffstat (limited to 'NetworkPkg/Application/IfConfig6')
-rw-r--r-- | NetworkPkg/Application/IfConfig6/IfConfig6.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NetworkPkg/Application/IfConfig6/IfConfig6.c b/NetworkPkg/Application/IfConfig6/IfConfig6.c index a2a3582277..36cc749933 100644 --- a/NetworkPkg/Application/IfConfig6/IfConfig6.c +++ b/NetworkPkg/Application/IfConfig6/IfConfig6.c @@ -1,7 +1,7 @@ /** @file
The implementation for Shell application IfConfig6.
- Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -365,6 +365,7 @@ IfConfig6ParseManualAddressList ( UINT8 Prefix;
UINT8 AddrCnt;
+ Prefix = 0;
AddrCnt = 0;
*BufSize = 0;
*Buf = NULL;
|