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)
commit7854a439ac601d3c23703b115cd5a8d4257c7717
treee24d86b135b52f72707f32057b3e8a52c8e63bbe
parent7b92d26d479dbc0923484967936511cfc645c5f4
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
source/include/smb_macros.h
source/smbd/reply.c