Commit 1c7a2f5d authored by Pavel Vainerman's avatar Pavel Vainerman

make style, new release

parent 6aaa84ed
...@@ -30,6 +30,7 @@ bool DBNetInterface::connect( const std::string& param ) ...@@ -30,6 +30,7 @@ bool DBNetInterface::connect( const std::string& param )
dbname = param.substr(prev, pos - prev); dbname = param.substr(prev, pos - prev);
break; break;
} }
return nconnect( host, user, pswd, dbname ); 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