smbd: pass translated_path as const to stat_cache_add()
authorRalph Boehme <slow@samba.org>
Tue, 5 May 2020 11:03:29 +0000 (13:03 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 5 May 2020 19:18:43 +0000 (19:18 +0000)
commit28763125cff32d826929f7a261d2e5e1f5cd1ba7
tree63da5a5f3a744a8290c2ec1523542555289bf320
parent1130c64f494268df8577598aa99fc95382133dee
smbd: pass translated_path as const to stat_cache_add()

Prepares for doing more stuff with the translated_path in a subsequent commit.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/proto.h
source3/smbd/statcache.c