From 502490b46709666ff0b5ccd4a2d9e12773693b89 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 31 Dec 2004 10:45:48 +0000 Subject: r4449: fixed the helpstring for LSA IDL (This used to be commit 40a68a160e43b2e5d018e393ddecdfc50bad5360) --- source4/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/lsa.idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 770e42c362..5c5171840e 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -8,7 +8,7 @@ version(0.0), endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]", "ncacn_ip_tcp:"), pointer_default(unique), - helpstring("Local Server Authentication(?)"), + helpstring("Local Security Authority"), depends(security) ] interface lsarpc { -- cgit