aboutsummaryrefslogtreecommitdiff
path: root/server/src/main.cpp
diff options
context:
space:
mode:
authorauth12 <[email protected]>2020-07-22 12:40:54 -0700
committerauth12 <[email protected]>2020-07-22 12:40:54 -0700
commit27543e1ad39c4a06ec381df2b5bb8cb48377e33b (patch)
treeed8fee85487565527868b9aaeea013f989522a55 /server/src/main.cpp
parentAdded wolfssl as a submodule (diff)
downloadloader-27543e1ad39c4a06ec381df2b5bb8cb48377e33b.tar.xz
loader-27543e1ad39c4a06ec381df2b5bb8cb48377e33b.zip
Injection and server changes.
Diffstat (limited to 'server/src/main.cpp')
-rw-r--r--server/src/main.cpp2
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)) {