mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 05:51:53 -06:00
crypto: Fix typo in example
The example code wouldn't even compile, since it did not use a consistent spelling for the Error ** parameter. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
82407515fe
commit
b3afe33526
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
*
|
*
|
||||||
* static int mysock_run_tls(int sockfd,
|
* static int mysock_run_tls(int sockfd,
|
||||||
* QCryptoTLSCreds *creds,
|
* QCryptoTLSCreds *creds,
|
||||||
* Error *erp)
|
* Error *errp)
|
||||||
* {
|
* {
|
||||||
* QCryptoTLSSession *sess;
|
* QCryptoTLSSession *sess;
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue