Fix a valgrind error in get_relative_fid_filename
commit627c844a13caf869ae3c68ec780a8eded7cb181d
authorVolker Lendecke <vl@samba.org>
Sat, 13 Dec 2008 09:31:11 +0000 (13 10:31 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 13 Dec 2008 09:31:11 +0000 (13 10:31 +0100)
treed350a2124ad1dfbdaf58db49f797117a26bebeaa
parentfd2bac966783a9aa3f278cc67219920384bc0981
Fix a valgrind error in get_relative_fid_filename

It doesn't really make sense to check the length of a not-yet-allocated string
:-)

Volker
source3/smbd/open.c