diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-19 22:14:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:00:47 -0500 |
commit | 6ffa76d76e67610d303d0ac0273914f1ead05558 (patch) | |
tree | 344f782f3f8c8092d2c0952c354f53ca06ae4dbe /source3/librpc/idl/netlogon.idl | |
parent | 387a8ed33e68411c3dc0c9a77df47682d54db26c (diff) | |
download | samba-6ffa76d76e67610d303d0ac0273914f1ead05558.tar.gz samba-6ffa76d76e67610d303d0ac0273914f1ead05558.tar.bz2 samba-6ffa76d76e67610d303d0ac0273914f1ead05558.zip |
r18688: get rid of the now obsolete keepref attribute
(This used to be commit b970f05b9b06762ed11bef0e765717bd2b36d760)
Diffstat (limited to 'source3/librpc/idl/netlogon.idl')
-rw-r--r-- | source3/librpc/idl/netlogon.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index 01f0137f4a..f76f10fd2c 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -12,8 +12,7 @@ endpoint("ncacn_np:[\\pipe\\netlogon]","ncacn_ip_tcp:","ncalrpc:"), pointer_default(unique), pointer_default_top(unique), - depends(lsa,samr,security), - keepref + depends(lsa,samr,security) ] interface netlogon |