From 4a1762e5a6cdf995bd4ff959c17dbdef5189adea Mon Sep 17 00:00:00 2001 From: alpine Date: Tue, 16 Jun 2020 13:35:02 +0200 Subject: Renamed uid to session id. --- client/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/main.cpp') 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; } -- cgit v1.2.3