Bug 134096
This commit is contained in:
@@ -67,8 +67,8 @@ namespace Novell.CASA
|
||||
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
|
||||
public class SSCS_SECRET_STORE_ID_T
|
||||
{
|
||||
public int len; // * max id len in bytes
|
||||
[MarshalAs(UnmanagedType.LPStr, SizeConst = 512)]
|
||||
public int version; // * max id len in bytes
|
||||
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 512)]
|
||||
public string id; // * should be passed in # of chars
|
||||
};
|
||||
|
||||
@@ -473,7 +473,7 @@ namespace Novell.CASA
|
||||
|
||||
SSCS_SECRET_STORE_ID_T SSid = new SSCS_SECRET_STORE_ID_T();
|
||||
SSid.id = sSecretStoreName;
|
||||
SSid.len = sSecretStoreName.Length;
|
||||
SSid.version = 0;
|
||||
|
||||
SSCS_EXT_T ext = new SSCS_EXT_T();
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user