Fix another join problem. Don't use a TALLOC_CTX before it has been
commit261fba09ef797f9985b84db49bdc7b3665bc0d93
authorJim McDonough <jmcd@samba.org>
Fri, 16 Jan 2004 15:07:28 +0000 (16 15:07 +0000)
committerJim McDonough <jmcd@samba.org>
Fri, 16 Jan 2004 15:07:28 +0000 (16 15:07 +0000)
tree1601309b463ec0c89dddb594634f6ef0663b0db7
parent4fd80158ab6991210dfe2df809e8ffd9579020fb
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.
(This used to be commit 07d6ed4343d7a2575dc974bfbc498b14784b2dc1)
source3/utils/net_rpc.c