Remove special case logic in 'samdb_relative_path'.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 29 Oct 2009 22:03:10 +0000 (09:03 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 2 Nov 2009 05:36:53 +0000 (16:36 +1100)
commit7d38bb4e93f298a9edb11d5c7d3301029c94c326
tree0d620a4b3b33009c632515b55b226d2361115709
parent1ac8ef155f9e41a3c68e8e34ad8a14fb6c6d0365
Remove special case logic in 'samdb_relative_path'.

While this logic (avoiding to prefix a non-filename with a path) is
important in the code this was copied from (private_dir()), none of
the callers of this function need it.

Andrew Bartlett
source4/dsdb/samdb/samdb.c