1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r22189: fix compiler warning

metze
(This used to be commit 62faa4bce4)
This commit is contained in:
Stefan Metzmacher 2007-04-12 10:48:30 +00:00 committed by Gerald (Jerry) Carter
parent 714b5df833
commit 2eb8b675d1

View File

@ -527,7 +527,7 @@ struct multiple_result {
/*
callback function for multiple_search
*/
static BOOL multiple_search_callback(void *private, union smb_search_data *file)
static BOOL multiple_search_callback(void *private, const union smb_search_data *file)
{
struct multiple_result *data = private;