From: Jouni Malinen Date: Fri, 15 Jul 2011 11:40:04 +0000 (+0300) Subject: P2P: Fix error path not to build error message twice X-Git-Tag: hostap-1-bp~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70b9a5ca6a4739f7e81a846872d17110b68ca7cb;p=thirdparty%2Fhostap.git P2P: Fix error path not to build error message twice --- diff --git a/wpa_supplicant/dbus/dbus_new_handlers_p2p.c b/wpa_supplicant/dbus/dbus_new_handlers_p2p.c index 223af034a..1e3c83273 100644 --- a/wpa_supplicant/dbus/dbus_new_handlers_p2p.c +++ b/wpa_supplicant/dbus/dbus_new_handlers_p2p.c @@ -463,10 +463,8 @@ DBusMessage * wpas_dbus_handler_p2p_connect(DBusMessage *message, if (!peer_object_path || (wps_method == WPS_NOT_READY) || (parse_peer_object_path(peer_object_path, addr) < 0) || - (p2p_get_peer_info(wpa_s->global->p2p, addr, 0, NULL, 0) < 0)) { - reply = wpas_dbus_error_invalid_args(message, NULL); + (p2p_get_peer_info(wpa_s->global->p2p, addr, 0, NULL, 0) < 0)) goto inv_args; - } /* * Validate the wps_method specified and the pin value.