Changeset - 1595f7e44815
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2013-01-11 23:32:11
hanzz.k@gmail.com
Fixed typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/pqxxbackend.cpp
Show inline comments
 
@@ -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 {
0 comments (0 inline, 0 general)