1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r14101: Fix a segfault in trustdom establish, cli is NULL here.

This commit is contained in:
Volker Lendecke 2006-03-09 21:07:15 +00:00 committed by Gerald (Jerry) Carter
parent db00570535
commit 1df58c7a00

View File

@ -5551,7 +5551,7 @@ static int rpc_trustdom_establish(int argc, const char **argv)
/* store who we connected to */
saf_store( domain_name, cli->desthost );
saf_store( domain_name, pdc_name );
/*
* Connect to \\server\ipc$ again (this time anonymously)