summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/proftpd/files/proftpd-1.3.3_rc3-tls-shmcache-bug3359.patch')
-rw-r--r--net-ftp/proftpd/files/proftpd-1.3.3_rc3-tls-shmcache-bug3359.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-ftp/proftpd/files/proftpd-1.3.3_rc3-tls-shmcache-bug3359.patch b/net-ftp/proftpd/files/proftpd-1.3.3_rc3-tls-shmcache-bug3359.patch
deleted file mode 100644
index 417bf82df448..000000000000
--- a/net-ftp/proftpd/files/proftpd-1.3.3_rc3-tls-shmcache-bug3359.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: contrib/mod_tls_shmcache.c
-===================================================================
-RCS file: /cvsroot/proftp/proftpd/contrib/mod_tls_shmcache.c,v
-retrieving revision 1.5
-diff -u -r1.5 mod_tls_shmcache.c
---- contrib/mod_tls_shmcache.c 7 Nov 2009 20:11:41 -0000 1.5
-+++ contrib/mod_tls_shmcache.c 18 Dec 2009 17:34:47 -0000
-@@ -1240,6 +1240,10 @@
- struct shmid_ds ds;
- const char *cache_file;
-
-+ if (shmcache_fh == NULL) {
-+ return 0;
-+ }
-+
- pr_trace_msg(trace_channel, 9, "removing shmcache cache %p", cache);
-
- cache_file = shmcache_fh->fh_path;