diff options
Diffstat (limited to 'server/src/main.cpp')
| -rw-r--r-- | server/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main.cpp b/server/src/main.cpp index 963fe00..8db6f87 100644 --- a/server/src/main.cpp +++ b/server/src/main.cpp @@ -234,7 +234,7 @@ int main(int argc, char* argv[]) { img.relocate(image, alloc); img.fix_imports(image, imports); - client.write(tcp::packet_t(j.dump(), tcp::packet_type::write, + client.write(tcp::packet_t("ready", tcp::packet_type::write, session, tcp::packet_id::image)); if(client.stream(image)) { |