Bug 923369 - Return true when RawDBusConnection::SendWithError() executed without any error, r=tzimmerman, r=qdot

This commit is contained in:
Eric Chou 2013-10-05 14:35:00 +08:00
parent 8a5a43de14
commit a2a3c126f7

View File

@ -441,7 +441,7 @@ bool RawDBusConnection::SendWithError(DBusMessage** aReply,
*aReply = t->GetReply();
}
return false;
return true;
}
bool RawDBusConnection::SendWithError(DBusMessage** aReply,