From: Ralph Boehme Date: Thu, 19 Mar 2020 11:39:44 +0000 (+0100) Subject: vfs_fruit: let fruit_get_num_bands() take bundle as const X-Git-Tag: ldb-2.2.0~1243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232d748111159094558fa669722bb1e90b527a1e;p=thirdparty%2Fsamba.git vfs_fruit: let fruit_get_num_bands() take bundle as const Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index 29282b429e8..71767e02e45 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -4788,7 +4788,7 @@ struct fruit_disk_free_state { }; static bool fruit_get_num_bands(vfs_handle_struct *handle, - char *bundle, + const char *bundle, size_t *_nbands) { char *path = NULL;