OSDN Git Service

gobex: Fix asserting one more time
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 9 Apr 2014 10:54:17 +0000 (13:54 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 9 Apr 2014 11:28:47 +0000 (14:28 +0300)
commit021712264c6890667d47b96c45890f5109170fe5
treebeb80abcb37e1ef63bd44f47150d800361b5d50a
parent4899119cb29be10a78d21b8ab81f348eda38d7aa
gobex: Fix asserting one more time

This fixes a regression caused by 35938b779dc8d2498e66e6a6483a36c1f99c2e19
where the current pending_req is set to NULL while processing the
response but cause the request to timeout since it is no longer removed
properly.
gobex/gobex.c