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/srvsvc.idl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/librpc/idl/srvsvc.idl') diff --git a/source3/librpc/idl/srvsvc.idl b/source3/librpc/idl/srvsvc.idl index 4f1f70c6e8..2dfc198f5b 100644 --- a/source3/librpc/idl/srvsvc.idl +++ b/source3/librpc/idl/srvsvc.idl @@ -10,8 +10,7 @@ pointer_default(unique), pointer_default_top(unique), helpstring("Server Service"), - depends(security,svcctl), - keepref + depends(security,svcctl) ] interface srvsvc { declare bitmap svcctl_ServerType; -- cgit