diff --git a/src/server.c b/src/server.c index 0d5d8b3..0cdc4bd 100644 --- a/src/server.c +++ b/src/server.c @@ -173,7 +173,7 @@ static patty_ax25_sock *sock_by_addrpair(patty_dict *dict, patty_ax25_addr *local, patty_ax25_addr *remote) { uint32_t hash; - + patty_hash_init(&hash); patty_ax25_addr_hash(&hash, local); patty_ax25_addr_hash(&hash, remote); @@ -231,7 +231,7 @@ static int sock_save_by_addr(patty_dict *dict, hash) == NULL) { goto error_dict_set_with_hash; } - + return 0; error_dict_set_with_hash: @@ -251,7 +251,7 @@ static int sock_save_by_addrpair(patty_dict *dict, hash) == NULL) { goto error_dict_set_with_hash; } - + return 0; error_dict_set_with_hash: @@ -941,7 +941,7 @@ static int handle_client(void *key, goto error_not_implemented; } - + return server_calls[call](server, client); done: