diff options
author | Vivek Jain <jvivek@novell.com> | 2005-07-14 21:46:03 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-07-14 21:46:03 +0800 |
commit | cb35d98e197dd6ba885cb5441af2f81f62c88855 (patch) | |
tree | 178977f84f158c5949ea09617bf78bd33918ec8a /plugins/proxy/ChangeLog | |
parent | 61bc789ba5cf646b27cfb0beb3be706fe1ad4200 (diff) | |
download | gsoc2013-evolution-cb35d98e197dd6ba885cb5441af2f81f62c88855.tar gsoc2013-evolution-cb35d98e197dd6ba885cb5441af2f81f62c88855.tar.gz gsoc2013-evolution-cb35d98e197dd6ba885cb5441af2f81f62c88855.tar.bz2 gsoc2013-evolution-cb35d98e197dd6ba885cb5441af2f81f62c88855.tar.lz gsoc2013-evolution-cb35d98e197dd6ba885cb5441af2f81f62c88855.tar.xz gsoc2013-evolution-cb35d98e197dd6ba885cb5441af2f81f62c88855.tar.zst gsoc2013-evolution-cb35d98e197dd6ba885cb5441af2f81f62c88855.zip |
NULL checks before we do anything else here (quite likely to be NULL)
2005-07-14 Vivek Jain <jvivek@novell.com>
* proxy.c: (proxy_commit),(proxy_abort):
NULL checks before we do anything else here (quite likely to be NULL)
**Fixes #310347
svn path=/trunk/; revision=29771
Diffstat (limited to 'plugins/proxy/ChangeLog')
-rw-r--r-- | plugins/proxy/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/proxy/ChangeLog b/plugins/proxy/ChangeLog index 34edb99542..bea51d3d30 100644 --- a/plugins/proxy/ChangeLog +++ b/plugins/proxy/ChangeLog @@ -1,3 +1,9 @@ +2005-07-14 Vivek Jain <jvivek@novell.com> + + * proxy.c: (proxy_commit),(proxy_abort): + NULL checks before we do anything else here (quite likely to be NULL) + **Fixes #310347 + 2005-07-13 Tor Lillqvist <tml@novell.com> * Makefile.am (LIBADD): Link with libeutil. |