Fix another join problem. Don't use a TALLOC_CTX before it has been
authorJim McDonough <jmcd@samba.org>
Fri, 16 Jan 2004 15:09:20 +0000 (15:09 +0000)
committerJim McDonough <jmcd@samba.org>
Fri, 16 Jan 2004 15:09:20 +0000 (15:09 +0000)
commit8001e0e84c174cd4bc184d9daaa49c03fef085c5
treef97c416f39531dfc9c0838e4f20c6ee05f0991d1
parent91dd593ad14801bc5d5e31d3b14b4989264b95fc
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 cab0a4c4d5c7bf9d89697bf1d351eafbd00d7fd2)
source3/utils/net_rpc.c