WPS: Use a shared error path in http_client_addr()
authorJouni Malinen <j@w1.fi>
Sat, 29 Aug 2015 10:41:40 +0000 (13:41 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 29 Aug 2015 10:42:32 +0000 (13:42 +0300)
commit91d5a8e365fafc32aa86604a48cd5ffdd3c8e811
tree08a4bd7727c521a345a69ff576b724ff9f83f3d3
parent63fc84acd7de12289d5943625c0599b16a4b745f
WPS: Use a shared error path in http_client_addr()

This simplifies error processing by removing duplicated cleanup steps.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/wps/http_client.c