diff options
author | Vivek Jain <jvivek@novell.com> | 2005-10-14 16:14:19 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-10-14 16:14:19 +0800 |
commit | 85f2509163286084a6d28422d8b15f9d3fce12cf (patch) | |
tree | 99796b8551a07b5a9ddae353ecb1bc597818b593 /plugins/groupwise-features/ChangeLog | |
parent | c4ba7bcb2814f9110592e7ede534ec52943b0f9f (diff) | |
download | gsoc2013-evolution-85f2509163286084a6d28422d8b15f9d3fce12cf.tar.gz gsoc2013-evolution-85f2509163286084a6d28422d8b15f9d3fce12cf.tar.zst gsoc2013-evolution-85f2509163286084a6d28422d8b15f9d3fce12cf.zip |
"use_ssl" should be Null checked before comparing it with any value. its
2005-10-14 Vivek Jain <jvivek@novell.com>
* proxy.c :(proxy_get_cnc)
"use_ssl" should be Null checked before comparing it with any value.
its NULL when evo is not compiled with ssl support and caused crash.
svn path=/trunk/; revision=30505
Diffstat (limited to 'plugins/groupwise-features/ChangeLog')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index ff69e7f4db..6d93f95b69 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,9 @@ +2005-10-14 Vivek Jain <jvivek@novell.com> + + * proxy.c :(proxy_get_cnc) + "use_ssl" should be Null checked before comparing it with any value. + its NULL when evo is not compiled with ssl support and caused crash. + 2005-10-07 Vivek Jain <jvivek@novell.com> * share-folder.c : (remove_clicked) |