Fixed typo
This commit is contained in:
parent
319a4d349e
commit
1595f7e448
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ bool PQXXBackend::connect() {
|
|||
connection_str += " password=" + CONFIG_STRING(m_config, "database.password");
|
||||
}
|
||||
if (CONFIG_INT(m_config, "database.port") != 0) {
|
||||
connection_str += " port=" + boost:lexical_cast<std::string>(CONFIG_INT(m_config, "database.port"));
|
||||
connection_str += " port=" + boost::lexical_cast<std::string>(CONFIG_INT(m_config, "database.port"));
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Reference in a new issue