summaryrefslogtreecommitdiff
path: root/other/bootstrap_node_packets.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_node_packets.c')
-rw-r--r--other/bootstrap_node_packets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/bootstrap_node_packets.c b/other/bootstrap_node_packets.c
index 09404d6e..614cb720 100644
--- a/other/bootstrap_node_packets.c
+++ b/other/bootstrap_node_packets.c
@@ -61,7 +61,7 @@ int bootstrap_set_callbacks(Networking_Core *net, uint32_t version, uint8_t *mot
61 return -1; 61 return -1;
62 } 62 }
63 63
64 bootstrap_version = htonl(version); 64 bootstrap_version = net_htonl(version);
65 memcpy(bootstrap_motd, motd, motd_length); 65 memcpy(bootstrap_motd, motd, motd_length);
66 bootstrap_motd_length = motd_length; 66 bootstrap_motd_length = motd_length;
67 67