1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00

Compile fix.

This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent 1c909afe76
commit 83caa883d7

View File

@ -194,8 +194,8 @@ static struct cli_state *init_connection(struct cli_state *cli,
return NULL;
}
if (!lookup_pdc_name(global_myname, lp_workgroup(), dest_ip,
dest_host)) {
if (!lookup_dc_name(global_myname, lp_workgroup(), dest_ip,
dest_host)) {
DEBUG(0, ("Could not lookup up PDC name for domain %s\n",
lp_workgroup()));
return NULL;