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:
parent
db00570535
commit
1df58c7a00
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user