[2/5] user32: DdeConnect causes 2 XTYP_CONNECT_CONFIRM messages to flow. Delete one

Jeff Latimer lats at yless4u.com.au
Thu Sep 4 06:08:30 CDT 2008


There is a specific response to the connection sent by the server and 
the client also sends a broadcast.  This causes 2 message to be sent and 
the callback routine is driven twice for XTYP_CONNECT_CONFIRM.  The 
broadcast seems in error as it is not necessary at that point as we have 
a connection and know the other end of the conversation.

Jeff Latimer

---
  dlls/user32/dde_client.c |    2 --
  dlls/user32/tests/dde.c  |    3 +--
  2 files changed, 1 insertions(+), 4 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 6405e098c0211897abe7251fdfc84afb6bd5cd6e.diff
Type: text/x-patch
Size: 1409 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080904/e5e15a94/attachment.bin 


More information about the wine-patches mailing list