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)
committerVolker Lendecke <vl@samba.org>
Wed, 10 Dec 2008 16:45:43 +0000 (17:45 +0100)
commit31543640e6227e8dc808e365ba0bf6d2d5b08727
tree3bd97fde1f30dcfc779ac9e843e001698af3f3dd
parentc7521b25e9f364ced3fbdee3ccb463e93e97a1c3
Change get_real_filename() to unix syscall conventions, make it non-static

It sets errno, so it might as well return 0/-1.
source3/smbd/filename.c