s3:rpc_client fix a crash
commit3d29bb2d37b02909ecb500e864f3c13e06957a86
authorChristian Ambach <ambi@samba.org>
Wed, 20 Feb 2013 15:59:05 +0000 (20 16:59 +0100)
committerChristian Ambach <ambi@samba.org>
Wed, 20 Feb 2013 18:00:52 +0000 (20 19:00 +0100)
tree231d7ca288344e2a6a8a17be83e783323a1f06d6
parent2f4b21bb57c4f96c5f5b57a69d022c142d8088d5
s3:rpc_client fix a crash

state->cli->dc does not have to be set (e.g. when running
net rpc join against an older Samba PDC), so check it before dereferencing it

This fixes Bug 9669 - net rpc join crashes against a Samba 3.0.33 PDC

Bug: https://bugzilla.samba.org/show_bug.cgi?id=9669

Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Christian Ambach <ambi@samba.org>
Autobuild-Date(master): Wed Feb 20 19:00:52 CET 2013 on sn-devel-104
source3/rpc_client/cli_pipe.c