summaryrefslogtreecommitdiff
path: root/trackerlogic.c
diff options
context:
space:
mode:
Diffstat (limited to 'trackerlogic.c')
-rw-r--r--trackerlogic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/trackerlogic.c b/trackerlogic.c
index f4bdf0b..fd6a6ee 100644
--- a/trackerlogic.c
+++ b/trackerlogic.c
@@ -304,8 +304,8 @@ exit_loop:
304 304
305 /* else { Handle UDP reply */ 305 /* else { Handle UDP reply */
306 ((uint32_t*)reply)[2] = htonl( OT_CLIENT_REQUEST_INTERVAL_RANDOM ); 306 ((uint32_t*)reply)[2] = htonl( OT_CLIENT_REQUEST_INTERVAL_RANDOM );
307 ((uint32_t*)reply)[3] = peer_list->peer_count - peer_list->seed_count; 307 ((uint32_t*)reply)[3] = htonl( peer_list->peer_count - peer_list->seed_count );
308 ((uint32_t*)reply)[4] = peer_list->seed_count; 308 ((uint32_t*)reply)[4] = htonl( peer_list->seed_count);
309 309
310 mutex_bucket_unlock_by_hash( hash ); 310 mutex_bucket_unlock_by_hash( hash );
311 return (size_t)20; 311 return (size_t)20;