Changeset 16780


Ignore:
Timestamp:
06/09/13 13:08:25 (11 years ago)
Author:
tbretz
Message:
Of course the server has to run the central loop... looks like it was broken since months.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/chatserv.cc

    r15024 r16780  
    9292            cerr << "ERROR - Couldn't open log-file " << conf.Get<string>("log") << ": " << strerror(errno) << endl;
    9393
    94     return ChatServer(log).Run(true);
     94    return ChatServer(log).Run();
    9595}
    9696
Note: See TracChangeset for help on using the changeset viewer.