Bug#438234: System.Runtime.InteropServices.Marshal.PrelinkAll() is

causing crash. Removing the call. Verified that the Gnome keyring is
accessible after this change.
This commit is contained in:
S Rahul 2009-07-16 10:59:25 +00:00
parent f4eab5a202
commit c5b381b6fe

View File

@ -311,7 +311,6 @@ namespace Novell.CASA.DataEngines
try
{
System.Runtime.InteropServices.Marshal.PrelinkAll(typeof(GnomeKeyring));
if (GnomeKeyring.IsGnomeKeyringInstalled())
{
//Console.WriteLine("IsGnomeKeyringInstalled is true");