mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 923369 - Return true when RawDBusConnection::SendWithError() executed without any error, r=tzimmerman, r=qdot
This commit is contained in:
parent
8a5a43de14
commit
a2a3c126f7
@ -441,7 +441,7 @@ bool RawDBusConnection::SendWithError(DBusMessage** aReply,
|
||||
*aReply = t->GetReply();
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool RawDBusConnection::SendWithError(DBusMessage** aReply,
|
||||
|
Loading…
Reference in New Issue
Block a user