diff options
author | Gerald Carter <jerry@samba.org> | 2006-09-22 04:31:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:01:02 -0500 |
commit | 0705d64035fc4aa20eddc74b269393ce7896f7b8 (patch) | |
tree | 96669dc63c5830dd378618ed47cf75be4c0c0bf7 /source3/librpc/idl/srvsvc.idl | |
parent | 21931b1ca834f41c5ca931cdfb6f0347b5cb3c96 (diff) | |
download | samba-0705d64035fc4aa20eddc74b269393ce7896f7b8.tar.gz samba-0705d64035fc4aa20eddc74b269393ce7896f7b8.tar.bz2 samba-0705d64035fc4aa20eddc74b269393ce7896f7b8.zip |
r18811: rename stat field to avoid compiler warnings about
shadowed variables
(This used to be commit cc5f31c08159d671eaa873eb39b25893931c7341)
Diffstat (limited to 'source3/librpc/idl/srvsvc.idl')
-rw-r--r-- | source3/librpc/idl/srvsvc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); /**************************/ |