Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:hschaa:bnc493135
wpa_supplicant
wpa_supplicant-respect_no_reply.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wpa_supplicant-respect_no_reply.patch of Package wpa_supplicant
--- BUILD/wpa_supplicant-0.6.4/wpa_supplicant/ctrl_iface_dbus.c +++ BUILD/wpa_supplicant-0.6.4/wpa_supplicant/ctrl_iface_dbus.c @@ -547,7 +547,8 @@ /* If the message was handled, send back the reply */ if (reply) { - dbus_connection_send(connection, reply, NULL); + if(!dbus_message_get_no_reply(message)) + dbus_connection_send(connection, reply, NULL); dbus_message_unref(reply); } @@ -606,7 +607,8 @@ /* If the message was handled, send back the reply */ if (reply) { - dbus_connection_send(connection, reply, NULL); + if (!dbus_message_get_no_reply(message)) + dbus_connection_send(connection, reply, NULL); dbus_message_unref(reply); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor