Don't segfault during RPC-COUNTCALLS
authorAndrew Bartlett <abartlet@samba.org>
Fri, 12 Dec 2008 05:35:39 +0000 (16:35 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Dec 2008 05:35:39 +0000 (16:35 +1100)
commita54cd48d54d02ac27ed48750ae6d571244b18836
treef0f114e1a8613f009d4c1c5f5a155d22d941cc03
parentaa98781acb3aaf890fb2c4a8a17b0c18a4389b81
Don't segfault during RPC-COUNTCALLS

The iface->bind() may well fail, and we can't dereference
call->context in this case, so fall back to the previous behaviour.

Andrew Bartlett
source4/rpc_server/dcerpc_server.c