Change get_real_filename() to unix syscall conventions, make it non-static
authorVolker Lendecke <vl@samba.org>
Wed, 10 Dec 2008 02:03:51 +0000 (03:03 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 12 Dec 2008 16:36:23 +0000 (17:36 +0100)
commit32900ece556bbf4d8cca19e7c88eb4692a93c8e1
tree46c18dfc40404f5594178f0aa1a17f41c09a1d2d
parentb3902eac2d0981cfded674ba33cbfe930001e428
Change get_real_filename() to unix syscall conventions, make it non-static

It sets errno, so it might as well return 0/-1.
(cherry picked from commit 95050a708c145e99f3c317a5e6834352cbdf5a8c)
source/smbd/filename.c