X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_key.c;h=a7d4447a9a08d40b70c48b53e5bb8c71a24314ab;hp=f34ebaa585a64ec21416aaab565ba976c7f9d793;hb=5672863e59e6a114ac6b66de98254b14266c0e61;hpb=52ded09d1713b83222b56db7d29ff061aefb95e3;ds=sidebyside diff --git a/src/protocol_key.c b/src/protocol_key.c index f34ebaa5..a7d4447a 100644 --- a/src/protocol_key.c +++ b/src/protocol_key.c @@ -242,8 +242,6 @@ bool ans_key_h(connection_t *c) { /* Update our copy of the origin's packet key */ from->outkey = xrealloc(from->outkey, strlen(key) / 2); - - from->outkey = xstrdup(key); from->outkeylength = strlen(key) / 2; hex2bin(key, from->outkey, from->outkeylength);