s3: Add ability to pass NULL to filename_convert for the char *fname
authorTim Prouty <tprouty@samba.org>
Wed, 1 Jul 2009 23:14:40 +0000 (16:14 -0700)
committerTim Prouty <tprouty@samba.org>
Mon, 6 Jul 2009 22:38:40 +0000 (15:38 -0700)
commitde3246eae2b1234cc7fcb7d4dd6c6863ab9d31b3
treeda5fbf42b00b1419e96eab80c6f82c37c5699f2d
parent258952aa85f2a68e2d2362522f6114c6a439f1e3
s3: Add ability to pass NULL to filename_convert for the char *fname

The goal is to eventually remove the need for the char **fname argument
once all callers have standardized on smb_filename.
source3/smbd/filename.c