Fix: fd leak in process client msg error path
authorDavid Goulet <dgoulet@efficios.com>
Tue, 14 May 2013 16:41:49 +0000 (12:41 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 15 May 2013 14:21:07 +0000 (10:21 -0400)
The process_client_msg() function could return an error but no
sock_error. In any case, we have to close the socket since a TODO is
still there indicating that we need to reply to the client to inform of
the error.

Issue 1019920 of coverity scan.

Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.024422 seconds and 4 git commands to generate.