ole32: Fix potential NULL dereference of qiresults in ClientIdentity_QueryMultipleInt...
commit461ce6e4a28d1afb28a88861fa2143d0ac8919d0
authorRob Shearman <rob@codeweavers.com>
Wed, 13 Feb 2008 12:35:13 +0000 (13 12:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 13 Feb 2008 15:42:42 +0000 (13 16:42 +0100)
tree539e183077f7a1e11fd7f9aa92b8fa46042a18e2
parentbfa6ddaeb772334696d040f116f09d5a146c0012
ole32: Fix potential NULL dereference of qiresults in ClientIdentity_QueryMultipleInterfaces.

This could happen if proxy_manager_get_remunknown returns S_FALSE, so
fix the check of the return code to match that below.
dlls/ole32/marshal.c