rpcrt4: Fix a crash in RPCRT4_OpenBinding that can occur if
commit8e178b2d4f250f248965d9054c28725111cd337b
authorRob Shearman <rob@codeweavers.com>
Wed, 15 Nov 2006 01:00:01 +0000 (15 01:00 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 15 Nov 2006 10:25:44 +0000 (15 11:25 +0100)
treef18c5cc2f41f4920a9094cbb8f75f5f917744a12
parent079b6b074c0b5472035062873cb628cf11f21d32
rpcrt4: Fix a crash in RPCRT4_OpenBinding that can occur if
RPCRT4_CreateConnection fails by checking the return value from the
function and returning in this case.
dlls/rpcrt4/rpc_binding.c