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/unixinfo.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/unixinfo.idl')
-rw-r--r-- | source3/librpc/idl/unixinfo.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/librpc/idl/unixinfo.idl b/source3/librpc/idl/unixinfo.idl index 086cfc7486..4b12a3056a 100644 --- a/source3/librpc/idl/unixinfo.idl +++ b/source3/librpc/idl/unixinfo.idl @@ -8,8 +8,7 @@ endpoint("ncacn_np:[\\pipe\\unixinfo]", "ncacn_ip_tcp:", "ncalrpc:"), pointer_default(unique), helpstring("Unixinfo specific stuff"), - depends(security), - keepref + depends(security) ] interface unixinfo { /******************/ |