1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Merge fix for uninitialised IP variable from HEAD

This commit is contained in:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent 856678d69f
commit e3310ac832

View File

@ -192,6 +192,7 @@ BOOL net_find_server(unsigned flags, struct in_addr *server_ip, char **server_na
return False;
*server_name = strdup(dc_name);
*server_ip = pdc_ip;
}
} else if (flags & NET_FLAGS_DMB) {