keyutil.c: Only copy the shared parts of a parameters key.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 22 Jan 2012 12:58:57 +0000 (12:58 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 Jan 2012 13:09:58 +0000 (13:09 +0000)
commit9eef0c14b1b57daf12c8724df26f665087c1b01a
tree35e930630a09868f9e0726703e3bca2141248ae0
parent6a7dce9165a4a707382e49877334353618fcad9a
keyutil.c: Only copy the shared parts of a parameters key.

Reported by GCC warning that `kf' wasn't used for anything.  Use the new
function key_copydata to copy only the bits which really ought to be
copied.

This is unlikely to make much difference in practice since all
parameters keys we make have all of their components shared.
keyutil.c