From 6ffa76d76e67610d303d0ac0273914f1ead05558 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 19 Sep 2006 22:14:34 +0000 Subject: r18688: get rid of the now obsolete keepref attribute (This used to be commit b970f05b9b06762ed11bef0e765717bd2b36d760) --- source3/librpc/idl/winreg.idl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/librpc/idl/winreg.idl') diff --git a/source3/librpc/idl/winreg.idl b/source3/librpc/idl/winreg.idl index 04521304e7..03b034b38f 100644 --- a/source3/librpc/idl/winreg.idl +++ b/source3/librpc/idl/winreg.idl @@ -9,8 +9,7 @@ pointer_default(unique), pointer_default_top(unique), helpstring("Remote Registry Service"), - depends(lsa,initshutdown,security), - keepref + depends(lsa,initshutdown,security) ] interface winreg { declare bitmap security_secinfo; -- cgit