[PATCH 3/4] wsdapi: Add stub for Probe message parsing, prepare notification sink message.

Owen Rudge owen at owenrudge.net
Thu Jun 7 14:54:59 CDT 2018


On 07/06/2018 08:45, Huw Davies wrote:

 >> +static void process_received_message(listener_thread_params 
*params, char *message, int message_len,
 >> +    SOCKADDR_STORAGE *source_addr)
 >
 > This should return HRESULT.

There's not really anything that can be done with that result. If an 
unknown message is received, I can add a trace for it, but an error 
reading the message is not a reason to, for instance, stop listening on 
the socket, so I'm not sure what purpose having a return value here 
would serve.

Cheers,

Owen



More information about the wine-devel mailing list