Use the f_name_to() function to avoid having to strdup() the name that
authorWayne Davison <wayned@samba.org>
Fri, 2 Jan 2004 08:18:53 +0000 (08:18 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 2 Jan 2004 08:18:53 +0000 (08:18 +0000)
commit446e239e2c000b88cbd75a84b508911d5e92239c
treeac02963b0103f723ca0830ebd17565b515eba09e
parente7bc9b64a3d55f1465faf61f2329e28fdcf24984
Use the f_name_to() function to avoid having to strdup() the name that
f_name() returns.  Also used in a call to recv_generator() to keep the
name safe for the duration of the call.
receiver.c