diff options
Diffstat (limited to 'net-p2p/amule-devel/files/patch-src__SHAHashSet.cpp')
-rw-r--r-- | net-p2p/amule-devel/files/patch-src__SHAHashSet.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/amule-devel/files/patch-src__SHAHashSet.cpp b/net-p2p/amule-devel/files/patch-src__SHAHashSet.cpp new file mode 100644 index 000000000000..1f6313016ebe --- /dev/null +++ b/net-p2p/amule-devel/files/patch-src__SHAHashSet.cpp @@ -0,0 +1,12 @@ +--- src/SHAHashSet.cpp.orig 2012-05-11 20:38:43.000000000 +0200 ++++ src/SHAHashSet.cpp 2012-10-13 12:29:25.000000000 +0200 +@@ -702,7 +702,8 @@ + return false; + } + +- FreeHashSet(); ++ //Backported from r10793 ++ //FreeHashSet(); + return true; + } + |