aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil')
-rw-r--r--src/libutil/keypairs_cache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/keypairs_cache.c b/src/libutil/keypairs_cache.c
index 1bedb704d..c10c6959d 100644
--- a/src/libutil/keypairs_cache.c
+++ b/src/libutil/keypairs_cache.c
@@ -107,7 +107,9 @@ rspamd_keypair_cache_process (struct rspamd_keypair_cache *c,
g_assert (new != NULL);
memcpy (kp_remote->nm, new->nm, rspamd_cryptobox_NMBYTES);
+#if 0
memcpy (kp_local->nm, new->nm, rspamd_cryptobox_NMBYTES);
+#endif
}
void