From 09ee8ae1deec97bb1df3c1c77d73192e63df4538 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 31 Dec 2004 02:48:11 +0000 Subject: r4425: - move srvsvc and wkssvc server code to the new W_ERROR_HAVE_NO_MEMORY() macro - add parameters for server_info:platform_id = 500 /* this is PLATFORM_ID_NT */ server_info:version_major = 5 server_info:version_minor = 2 - implmented srvsvc_NetSrvGetInfo level 101 - make dcesrv_common_get_server_name() match w2k3 metze (This used to be commit 16f43207704397c6e3c0132e9f17c8a1a846ddca) --- source4/librpc/idl/srvsvc.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index 38ca38d7ab..ce5720f50c 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -542,12 +542,12 @@ /**************************/ typedef struct { uint32 platform_id; - unistr *server_unc; + unistr *server_name; } srvsvc_NetSrvInfo100; typedef struct { uint32 platform_id; - unistr *server_unc; + unistr *server_name; uint32 ver_major; uint32 ver_minor; uint32 type; @@ -556,7 +556,7 @@ typedef struct { uint32 platform_id; - unistr *server_unc; + unistr *server_name; uint32 ver_major; uint32 ver_minor; uint32 type; -- cgit