Re: [PATCH spice-server] reds: Remove stream watch handling link in a single place

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/19/2017 06:58 PM, Frediano Ziglio wrote:

Hi Frediano,

Note that there still is another call to red_stream_remove_watch,
(in reds_handle_ssl_accept), so consider changing the subject.


Yes, but this one is not handling link but SSL/TLS.

One comment below.


On 12/19/2017 03:38 PM, Frediano Ziglio wrote:
Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx>
---
   server/reds.c | 3 +--
   1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/server/reds.c b/server/reds.c
index 9102c5122..66f24c72e 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -1791,7 +1791,6 @@ static void reds_handle_main_link(RedsState *reds,
RedLinkInfo *link)
reds_info_new_channel(link, connection_id);
       stream = link->stream;
-    red_stream_remove_watch(stream);
       link->stream = NULL;

You probably want to take move line too (link->stream = NULL)


No, unless I disable all connections, I need the stream to initialize channel clients.
The "= NULL" is more bound to "stream = link->stream" as these 2 lines basically detach
the stream from link.

You are right.
The function red_stream_remove_watch removes only the watch
and set it to NULL.

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]