compile fixes
This commit is contained in:
parent
acda90655d
commit
07d9361d84
|
|
@ -74,7 +74,7 @@ public:
|
|||
*/
|
||||
const std::string &vhost() const
|
||||
{
|
||||
return _implemention.vhost();
|
||||
return _implementation.vhost();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ public:
|
|||
* String representation in SASL PLAIN mode
|
||||
* @return string
|
||||
*/
|
||||
std::string saslPlain()
|
||||
std::string saslPlain() const
|
||||
{
|
||||
// we need an initial string
|
||||
std::string result("\0", 1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue