[Koha-bugs] [Bug 13431] Shared FastMmap file causes issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 8 16:49:15 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13431

--- Comment #25 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Maybe just a documentation issue?

Test plan says:
namespace + database name + database host

But code looks more like:

namespace + database host + database name

+        $share_file = join( '-',
+            "/tmp/sharefile-koha", $self->{'namespace'},
+            C4::Context->config('hostname'), C4::Context->config('database')
);

Signing off - please check my assumptions are correct.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list