X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/01e60364b222f33f2537d50131831fed6438dfad..e4a509b8174c8b2cfc0a084b78c9c7b7d08b624b:/key-io.c diff --git a/key-io.c b/key-io.c index de66a83..7ed0c2c 100644 --- a/key-io.c +++ b/key-io.c @@ -567,6 +567,7 @@ key *key_new(key_file *f, uint32 id, const char *type, time_t exp, int *err) k = 0; } } + *err = e; return (k); }