diff options
Diffstat (limited to 'client/src/main.cpp')
| -rw-r--r-- | client/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/main.cpp b/client/src/main.cpp index a9fecec..7177511 100644 --- a/client/src/main.cpp +++ b/client/src/main.cpp @@ -8,7 +8,7 @@ int main(int argc, char *argv[]) { tcp::client client; if (client.start("127.0.0.1", 6666)) { - if(!client.set_uid()) { + if(!client.set_session()) { io::logger->error("failed to set session id."); return 0; } |