OSDN Git Service

obexd: Call setpath_complete with the correct parameter
authorChristian Fetzer <christian.fetzer@bmw-carit.de>
Mon, 17 Jun 2013 12:10:53 +0000 (14:10 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 18 Jun 2013 10:43:00 +0000 (13:43 +0300)
commit4e16c256ed3e5e3eeb3d197867ecf7f3fda6da8a
tree78c268c0074a7f1b4ce5dbf6f9ac6de21a2c13bc
parent8be70369bd30d6738b2f2480b12e0e098f95b11e
obexd: Call setpath_complete with the correct parameter

The function setpath_complete has to be called with a pending_request as
user_data. In one possible error case, the current code calls it
incorrectly with setpath_data.
obexd/client/session.c