Bug 240320. Prevent exception when GNOME_KEYRING_SOCKET is not set.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Tue Jan 30 14:12:02 MST 2007 - jnorman@novell.com | ||||||
|  |  | ||||||
|  | - Bug 240320. Prevent native exception when exiting CASAManager. | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Tue Jan 30 11:40:17 MST 2007 - jnorman@novell.com | Tue Jan 30 11:40:17 MST 2007 - jnorman@novell.com | ||||||
|  |  | ||||||
|   | |||||||
| @@ -56,7 +56,12 @@ namespace Novell.CASA.DataEngines | |||||||
|  |  | ||||||
|        ~GKEngine() |        ~GKEngine() | ||||||
|        { |        { | ||||||
|            GnomeKeyring.ReleaseGnomeKeyringLib(); | 	    | ||||||
|  | 	   string sIsSocketDefined = Environment.GetEnvironmentVariable("GNOME_KEYRING_SOCKET"); | ||||||
|  | 	   if ((sIsSocketDefined != null) && (sIsSocketDefined.Length > 0)) | ||||||
|  | 	   { | ||||||
|  |            	GnomeKeyring.ReleaseGnomeKeyringLib(); | ||||||
|  | 	   } | ||||||
|        } |        } | ||||||
|  |  | ||||||
|        public XmlNode Aggregate() |        public XmlNode Aggregate() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user