[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 05/21] crypto: Fix typo in QCryptoTLSSession's <example> comm
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
Re: [PATCH 05/21] crypto: Fix typo in QCryptoTLSSession's <example> comment |
Date: |
Thu, 5 Dec 2019 15:26:29 +0000 |
30.11.2019 22:42, Markus Armbruster wrote:
> Cc: "Daniel P. Berrangé" <address@hidden>
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
> include/crypto/tlssession.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/crypto/tlssession.h b/include/crypto/tlssession.h
> index e01e1a9dc2..15b9cef086 100644
> --- a/include/crypto/tlssession.h
> +++ b/include/crypto/tlssession.h
> @@ -56,7 +56,7 @@
> *
> * static int mysock_run_tls(int sockfd,
> * QCryptoTLSCreds *creds,
> - * Error *errp)
> + * Error **errp)
> * {
> * QCryptoTLSSession *sess;
> *
>
Reviewed-by: Vladimir Sementsov-Ogievskiy <address@hidden>
--
Best regards,
Vladimir
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 05/21] crypto: Fix typo in QCryptoTLSSession's <example> comment,
Vladimir Sementsov-Ogievskiy <=