| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2020-01-06 08:13:16 +0100 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2020-01-06 08:13:16 +0100 |
| commit | 11138ae4e8e3ed2f01156189923f7904c8f21591 (patch) | |
| tree | 72b724c397a685140a9dc37b6314b88f798be8da /src/server/communication_thread.c | |
| parent | f9a06303ce72aa6697c17447dfef545db72c2407 (diff) | |
...
Diffstat (limited to 'src/server/communication_thread.c')
| -rw-r--r-- | src/server/communication_thread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/communication_thread.c b/src/server/communication_thread.c index 0f367da..cc91065 100644 --- a/src/server/communication_thread.c +++ b/src/server/communication_thread.c @@ -9,7 +9,6 @@ /******************************************************************************/ /**** LOCAL FUNCTIONS *********************************************************/ /******************************************************************************/ - static void main_loop (struct relabsd_server server [const static 1]) { int communication_socket, current_client_socket; @@ -87,7 +86,7 @@ static void main_loop (struct relabsd_server server [const static 1]) return -1; } - (void) handle_client(current_client_socket, server); + (void) relabsd_server_handle_client(current_client_socket, server); } } |


