summaryrefslogtreecommitdiff
path: root/source/winregd
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-02-10 22:28:56 +0000
committerLuke Leighton <lkcl@samba.org>2000-02-10 22:28:56 +0000
commit9942177344aff078e4e91c4f67ab92a9c59d4d07 (patch)
treed272e831c76de40523092ce63e6007ece5e5dde4 /source/winregd
parent1a6ef3dc2e5c0f07cdbbb6bff0f8ea0f81243421 (diff)
downloadsamba-9942177344aff078e4e91c4f67ab92a9c59d4d07.tar.gz
patch from lars for reg conversion
Diffstat (limited to 'source/winregd')
-rw-r--r--source/winregd/srv_reg_nt.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/winregd/srv_reg_nt.c b/source/winregd/srv_reg_nt.c
index f829857577f..f6a421783a1 100644
--- a/source/winregd/srv_reg_nt.c
+++ b/source/winregd/srv_reg_nt.c
@@ -129,21 +129,6 @@ uint32 _reg_open(POLICY_HND *pol, uint32 access_mask)
}
#if 0
-/*******************************************************************
- api_reg_open
- ********************************************************************/
-static void api_reg_open( rpcsrv_struct *p, prs_struct *data,
- prs_struct *rdata )
-{
- REG_Q_OPEN_HKLM q_u;
-
- /* grab the reg open */
- reg_io_q_open_hklm("", &q_u, data, 0);
-
- /* construct reply. always indicate success */
- reg_reply_open(&q_u, rdata);
-}
-
/*******************************************************************
reg_reply_open_entry