Backport fixes from trunk since revision 1555.

This commit is contained in:
Guus Sliepen 2008-12-11 15:21:40 +00:00
parent 046158a216
commit 76165488f8
6 changed files with 47 additions and 9 deletions

View file

@ -207,7 +207,7 @@ bool metakey_h(connection_t *c, char *request) {
/* Decrypt the meta key */
if(!rsa_private_decrypt(&myself->connection->rsa, enckey, len, key)) {
logger(LOG_ERR, _("Error during encryption of meta key for %s (%s)"), c->name, c->hostname);
logger(LOG_ERR, _("Error during decryption of meta key for %s (%s)"), c->name, c->hostname);
return false;
}