Revision: 14918
          http://sourceforge.net/p/edk2/code/14918
Author:   sfu5
Date:     2013-11-29 03:37:32 +0000 (Fri, 29 Nov 2013)
Log Message:
-----------
Fix a bug that iSCSI UI can Not Change Authentication Type from None to CHAP.

Signed-off-by: Fu Siyuan <[email protected]>
Reviewed-by: Dong, Eric <[email protected]>
Reviewed-by: Dong, Guo <[email protected]>

Modified Paths:
--------------
    trunk/edk2/NetworkPkg/IScsiDxe/IScsiConfigNVDataStruc.h

Modified: trunk/edk2/NetworkPkg/IScsiDxe/IScsiConfigNVDataStruc.h
===================================================================
--- trunk/edk2/NetworkPkg/IScsiDxe/IScsiConfigNVDataStruc.h     2013-11-29 
03:04:16 UTC (rev 14917)
+++ trunk/edk2/NetworkPkg/IScsiDxe/IScsiConfigNVDataStruc.h     2013-11-29 
03:37:32 UTC (rev 14918)
@@ -1,7 +1,7 @@
 /** @file
   Define NVData structures used by the iSCSI configuration component.
 
-Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2013, 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
 which accompanies this distribution.  The full text of the license may be 
found at
@@ -68,8 +68,8 @@
 #define LUN_MIN_SIZE              1
 #define LUN_MAX_SIZE              20
 
-#define ISCSI_CHAP_UNI            1
-#define ISCSI_CHAP_MUTUAL         2
+#define ISCSI_CHAP_UNI            0
+#define ISCSI_CHAP_MUTUAL         1
 
 #define TARGET_PORT_MIN_NUM       0
 #define TARGET_PORT_MAX_NUM       65535

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to