diff options
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/threads/t_rcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/threads/t_rcache.c b/src/tests/threads/t_rcache.c index 06f4d3b19..3a654a4b3 100644 --- a/src/tests/threads/t_rcache.c +++ b/src/tests/threads/t_rcache.c @@ -62,6 +62,7 @@ static void try_one (struct tinfo *t) buf); r.server = buf; r.client = (t->my_cusec & 7) + "abcdefgh@ATHENA.MIT.EDU"; + r.msghash = NULL; if (t->now != t->my_ctime) { if (t->my_ctime != 0) { snprintf(buf2, sizeof(buf2), "%3d: %ld %5d\n", t->idx, |
