Fix another join problem. Don't use a TALLOC_CTX before it has been
commitcab0a4c4d5c7bf9d89697bf1d351eafbd00d7fd2
authorJim McDonough <jmcd@samba.org>
Fri, 16 Jan 2004 15:09:20 +0000 (16 15:09 +0000)
committerJim McDonough <jmcd@samba.org>
Fri, 16 Jan 2004 15:09:20 +0000 (16 15:09 +0000)
tree2554c76e91c6a4d9696a776bc5b3c95a93b21963
parent190beff495742d8e45f5e3621ece74c33570d31a
Fix another join problem.  Don't use a TALLOC_CTX before it has been
initialized.

Also split out the oldstyle join into a new fn, allowing us to call it
with no failure message from net rpc join, but displaying a failure message
when used with net rpc oldjoin.
source/utils/net_rpc.c