Make the 'service' in make_connection() use an fstrcpy(), and an fstring,
authorAndrew Bartlett <abartlet@samba.org>
Sun, 12 Jan 2003 11:29:02 +0000 (11:29 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 12 Jan 2003 11:29:02 +0000 (11:29 +0000)
commitebb60c0302482d347bed123795864c178defb08e
tree18bea8a221bdb45666e486a31a4b1cc256f504e8
parent6152b8455859dcb85cdd64933aadeafefdd8c938
Make the 'service' in make_connection() use an fstrcpy(), and an fstring,
becouse that is what it's input (reply_tcon_and_x) uses, and becouse we really
don't want supprises for service names.

Also remove a legacy #define, in favor of the lp_ equiv.

Andrew Bartlett
(This used to be commit 7854a439ac601d3c23703b115cd5a8d4257c7717)
source3/include/smb_macros.h
source3/smbd/reply.c