Rename virNetServerClient*AddrString

Add SASL at the end to make the format obvious.
This commit is contained in:
Ján Tomko
2016-06-20 16:04:49 +02:00
parent ea537e7b36
commit eaf7ff3873
4 changed files with 8 additions and 8 deletions

View File

@@ -3028,8 +3028,8 @@ remoteDispatchAuthSaslInit(virNetServerPtr server ATTRIBUTE_UNUSED,
sasl = virNetSASLSessionNewServer(saslCtxt,
"libvirt",
virNetServerClientLocalAddrString(client),
virNetServerClientRemoteAddrString(client));
virNetServerClientLocalAddrStringSASL(client),
virNetServerClientRemoteAddrStringSASL(client));
if (!sasl)
goto authfail;