]> git.stg.codes - stg.git/commitdiff
Fixed compilation issue.
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 7 Oct 2013 21:35:23 +0000 (00:35 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 7 Oct 2013 21:35:23 +0000 (00:35 +0300)
stglibs/srvconf.lib/servconf.cpp

index 5503dab12d5bbbbeaf1ffbe0d4e655ae09fe651f..330ba8b13f0e2004e244e68997398ade02593eff 100644 (file)
@@ -115,7 +115,7 @@ return pImpl->Exec<SEND_MESSAGE::PARSER>(request, f, data);
 
 int SERVCONF::ServerInfo(SERVER_INFO::CALLBACK f, void * data)
 {
-return Exec<SERVER_INFO::PARSER>("<GetServerInfo/>", f, data);
+return pImpl->Exec<SERVER_INFO::PARSER>("<GetServerInfo/>", f, data);
 }
 
 int SERVCONF::CheckUser(const std::string & login, const std::string & password, CHECK_USER::CALLBACK f, void * data)