shadow_copy2: make shadow_copy2_find_snapdir() return const char *
authorMichael Adam <obnox@samba.org>
Tue, 28 May 2013 15:01:20 +0000 (17:01 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 4 Oct 2013 20:21:18 +0000 (09:21 +1300)
commite86923eb52633c5b6133c45678355ce69bb43a54
treecc038415085629e7362aec5d9303a98fe200daf1
parentdbdb436a80e2fb75d9fd8ae17192702123c3b530
shadow_copy2: make shadow_copy2_find_snapdir() return const char *

instead of char *. This eliminates compiler warnings.
snapdir is a const string in all occasions.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/modules/vfs_shadow_copy2.c