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:
Eric Blake 2015-12-21 08:54:17 -07:00 committed by Michael Tokarev
parent 82407515fe
commit b3afe33526

View file

@ -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;
* *