Allow calling "net rpc join" and "net rpc trustdom" without specifying server IP.
commit988c5ff3f47b7508b229464bbed2ca1948d6e27c
authorMichael Adam <obnox@samba.org>
Thu, 29 Nov 2007 14:16:06 +0000 (29 15:16 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 29 Nov 2007 14:16:45 +0000 (29 15:16 +0100)
tree8e3bca946124e564a72399e90e616384835f48c5
parent223352e32372f1b055298cfc6f2770043a845e3d
Allow calling "net rpc join" and "net rpc trustdom" without specifying server IP.

This was a logic bug (typo) in a call to get_pdc_ip() in net_find_server().

Michael
source/utils/net.c