blob: b7cef8ccdecadfb800890f9639081dca96797ce4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- cZone.cpp.orig Wed May 7 20:21:34 2003
+++ cZone.cpp Thu Aug 26 18:54:31 2004
@@ -88,7 +88,6 @@
}}}
cZone:: cZone() {{{
- mtrace ();
uint8_t zero[HASH_LEN];
bzero(zero, HASH_LEN);
init(NULL, 0, zero);
|