summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r--toxcore/Messenger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index 1d2c1310..1e6e6c06 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -2183,7 +2183,7 @@ static int handle_packet(void *object, int i, uint8_t *temp, uint16_t len)
2183 Node_format nodes[MAX_SHARED_RELAYS]; 2183 Node_format nodes[MAX_SHARED_RELAYS];
2184 int n; 2184 int n;
2185 2185
2186 if ((n = unpack_nodes(nodes, MAX_SHARED_RELAYS, NULL, data, data_length, 1) == -1)) 2186 if ((n = unpack_nodes(nodes, MAX_SHARED_RELAYS, NULL, data, data_length, 1)) == -1)
2187 break; 2187 break;
2188 2188
2189 int i; 2189 int i;