From 754d416ea54e1e520aa035a759ec8e3975ab5354 Mon Sep 17 00:00:00 2001 From: James Peach Date: Mon, 5 Mar 2007 22:26:38 +0000 Subject: r21710: Add client support for the UNIX_INFO2 info level in the QueryFile, QueryPath and FindFirst calls. Add a new torture test to verify the server side. (This used to be commit 7f56da2d1fa0718e5282bb4aea7d9a63a62f0bc7) --- source4/torture/raw/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/raw/search.c') diff --git a/source4/torture/raw/search.c b/source4/torture/raw/search.c index 56a4966328..bec8a062b2 100644 --- a/source4/torture/raw/search.c +++ b/source4/torture/raw/search.c @@ -31,7 +31,7 @@ /* callback function for single_search */ -static BOOL single_search_callback(void *private, union smb_search_data *file) +static BOOL single_search_callback(void *private, const union smb_search_data *file) { union smb_search_data *data = private; -- cgit