shadow_copy2: make shadow_copy2_find_snapdir() return const char *
commitb6a6eb5de31f2fc756637d0fd62fbf7f452b0071
authorMichael Adam <obnox@samba.org>
Tue, 28 May 2013 15:01:20 +0000 (28 17:01 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 13 Jan 2014 09:15:53 +0000 (13 10:15 +0100)
tree85e8e8409d6daf955a192cc54fca4797204f492a
parentf61106d0b61a0a77468c41820551474595b2dfaa
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>
(cherry picked from commit e86923eb52633c5b6133c45678355ce69bb43a54)
source3/modules/vfs_shadow_copy2.c