summaryrefslogtreecommitdiffstats
path: root/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'hash.h')
-rw-r--r--hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.h b/hash.h
index 173f8e51..0c1a745f 100644
--- a/hash.h
+++ b/hash.h
@@ -19,7 +19,7 @@ private:
public:
hash() { start(); }
- hash(const hash &base) { start(); parm_stream << base.parm_stream.str();}
+ hash(const hash &base) { md4 = base.md4; parm_stream << base.parm_stream.str(); }
void start();