From ffcf96b46dd4c80101673bb3e6b2fea8cd393ac1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 22 Mar 2007 08:17:30 +0000 Subject: r21928: fix the interface uuid of wzcsvc. see http://www.hsc.fr/ressources/articles/win_net_srv/msrpc_wzcsvc.html and http://www.hsc.fr/ressources/articles/win_net_srv/msrpc_scheduler.html thanks to jbm for the report! metze (This used to be commit 8bc1316741e59da100aee434617136136fdedb3f) --- source4/librpc/idl/wzcsvc.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/wzcsvc.idl b/source4/librpc/idl/wzcsvc.idl index 04023547bf..b403c0798c 100644 --- a/source4/librpc/idl/wzcsvc.idl +++ b/source4/librpc/idl/wzcsvc.idl @@ -3,7 +3,7 @@ */ [ - uuid("378e52b0-c0a9-11cf-822d-00aa0051e40f"), + uuid("621dff68-3c39-4c6c-aae3-e68e2c6503ad"), version(1.0), helpstring("Wireless Configuration Service") ] -- cgit