summaryrefslogtreecommitdiffstats
path: root/src/client/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.c')
-rw-r--r--src/client/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/client.c b/src/client/client.c
index 93aaeb7..bb6b81e 100644
--- a/src/client/client.c
+++ b/src/client/client.c
@@ -96,6 +96,7 @@ int main(int argc, char *argv[])
msg.port = htons(PORT);
msg.addrtype = 0;
msg.imgname = NULL;
+ msg.mode = DEVICE_MODE_CLIENT;
int opt = 0;
int longIndex = 0;