File names of avatars are now md5sums.

This commit is contained in:
lotodore
2007-09-08 21:43:15 +00:00
parent affdd62364
commit d3be07bb17
31 changed files with 34 additions and 26 deletions
+1
View File
@@ -88,6 +88,7 @@ main(int argc, char *argv[])
boost::shared_ptr<GuiInterface> myServerGuiInterface(new ServerGuiWrapper(myConfig, NULL, NULL));
{
boost::shared_ptr<Session> session(new Session(myServerGuiInterface.get(), myConfig));
session->init(); // TODO handle error
myServerGuiInterface->setSession(session);
}