summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srvsvc.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-22 04:31:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:01:02 -0500
commit0705d64035fc4aa20eddc74b269393ce7896f7b8 (patch)
tree96669dc63c5830dd378618ed47cf75be4c0c0bf7 /source3/librpc/gen_ndr/srvsvc.h
parent21931b1ca834f41c5ca931cdfb6f0347b5cb3c96 (diff)
downloadsamba-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/gen_ndr/srvsvc.h')
-rw-r--r--source3/librpc/gen_ndr/srvsvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/srvsvc.h b/source3/librpc/gen_ndr/srvsvc.h
index 91aff0a5f9..fe8c5c370a 100644
--- a/source3/librpc/gen_ndr/srvsvc.h
+++ b/source3/librpc/gen_ndr/srvsvc.h
@@ -1380,7 +1380,7 @@ struct srvsvc_NetServerStatisticsGet {
} in;
struct {
- struct srvsvc_Statistics *stat;/* [ref] */
+ struct srvsvc_Statistics *stats;/* [ref] */
WERROR result;
} out;