From a1a56572daa5f38dae6926761c7cfe90155e4577 Mon Sep 17 00:00:00 2001 From: Martin Molnar Date: Mon, 24 Nov 2008 21:46:47 +0100 Subject: [PATCH] FIx: fwp_fna_receive_endpoint_created -returning receive port --- fwp/lib/frsh_fwp/fwp_fna.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fwp/lib/frsh_fwp/fwp_fna.c b/fwp/lib/frsh_fwp/fwp_fna.c index 6538ed3..43e05ae 100644 --- a/fwp/lib/frsh_fwp/fwp_fna.c +++ b/fwp/lib/frsh_fwp/fwp_fna.c @@ -110,7 +110,7 @@ int fwp_fna_receive_endpoint_created(fna_endpoint_data_t *endpoint) endpoint->protocol_info.body = fwp_epoint; fwp_endpoint_get_params(fwp_epoint, &node, &port, attr); - endpoint->stream_id = port; + endpoint->stream_id = fwp_epoint->port; return 0; } -- 2.39.2