Commit 19bc28b1 authored by Vinogradov Aleksei's avatar Vinogradov Aleksei Committed by Pavel Vainerman

Исправил ошибку в парсинге строки param

parent ab01a2e1
......@@ -34,7 +34,6 @@ bool DBNetInterface::connect( const std::string& param )
dbname = param.substr(prev, pos - prev);
break;
}
return nconnect( host, user, pswd, dbname );
}
//--------------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment