From 0705d64035fc4aa20eddc74b269393ce7896f7b8 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 22 Sep 2006 04:31:11 +0000 Subject: r18811: rename stat field to avoid compiler warnings about shadowed variables (This used to be commit cc5f31c08159d671eaa873eb39b25893931c7341) --- source3/librpc/idl/srvsvc.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl/srvsvc.idl') diff --git a/source3/librpc/idl/srvsvc.idl b/source3/librpc/idl/srvsvc.idl index a20660b378..3fb42c6aa5 100644 --- a/source3/librpc/idl/srvsvc.idl +++ b/source3/librpc/idl/srvsvc.idl @@ -1177,7 +1177,7 @@ [in] [string,charset(UTF16)] uint16 *service, [in] uint32 level, [in] uint32 options, - [out,ref] srvsvc_Statistics *stat + [out,ref] srvsvc_Statistics *stats ); /**************************/ -- cgit