~milesrout/aether

52217c4f709e4dec34e2d9cb1f93203f5d73231d — Miles Rout 2 years ago 1140ebc
Fix whitespace in main
1 files changed, 1 insertions(+), 1 deletions(-)

M src/main.c
M src/main.c => src/main.c +1 -1
@@ 679,7 679,7 @@ handle_hshakes(long unused, void *hctx_void)
			peer->status = PEER_ACTIVE;
			printf("-> %zu\t%s:%s\t\tHSHAKE/REPLY\n",
				PACKET_REPLY_SIZE, peer->host, peer->service);
			

			packet_get_iskc(isk.data, &peer->state.ps);
			if (kv = stbds_hmgetp_null(ctx->table, isk)) {
				kv->value.peer = peer;