summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-09-10 00:41:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:07 -0500
commit92689d180502896cbb07ada29c7349733af4a4b1 (patch)
tree9c762d961a9847643a85febc1d439bf8f654377e /source4/librpc
parentb0f6a94d9aab979b277c7dbd82b03aa0ce3d1a2f (diff)
downloadsamba-92689d180502896cbb07ada29c7349733af4a4b1.tar.gz
samba-92689d180502896cbb07ada29c7349733af4a4b1.tar.bz2
samba-92689d180502896cbb07ada29c7349733af4a4b1.zip
r18315: Implement netSrvGetInfo level 102
fix names to be consistent between level 101 and 102 and typo in idl (This used to be commit 1962fb92d706962544c293770718294e595f9fc4)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/srvsvc.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl
index f253178d9a..e33b0da3e5 100644
--- a/source4/librpc/idl/srvsvc.idl
+++ b/source4/librpc/idl/srvsvc.idl
@@ -626,8 +626,8 @@
typedef struct {
srvsvc_PlatformId platform_id;
[string,charset(UTF16)] uint16 *server_name;
- uint32 ver_major;
- uint32 ver_minor;
+ uint32 version_major;
+ uint32 version_minor;
svcctl_ServerType server_type;
[string,charset(UTF16)] uint16 *comment;
uint32 users;
@@ -635,7 +635,7 @@
uint32 hidden;
uint32 announce;
uint32 anndelta;
- uint32 licences;
+ uint32 licenses;
[string,charset(UTF16)] uint16 *userpath;
} srvsvc_NetSrvInfo102;