Fix another join problem. Don't use a TALLOC_CTX before it has been
commit07d6ed4343d7a2575dc974bfbc498b14784b2dc1
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)
tree05cdde25d1c8a420a42fa305037e8ca0ae0825f1
parent4c904210705f2be16daad21c07a4fb5117a3360b
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