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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/client.c b/src/client/client.c
index bb6b81e..81a727f 100644
--- a/src/client/client.c
+++ b/src/client/client.c
@@ -96,7 +96,7 @@ int main(int argc, char *argv[])
msg.port = htons(PORT);
msg.addrtype = 0;
msg.imgname = NULL;
- msg.mode = DEVICE_MODE_CLIENT;
+ msg.is_server = FALSE;
int opt = 0;
int longIndex = 0;