From 9af7b35db01b26c858afea925c4b6b0aaaefb667 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 12 Jun 2007 11:54:25 +0000 Subject: r23432: Remove superfluous comment. (A relict from regkey_open_internal days.) Michael (This used to be commit 4025cbc2024acf36e96d7236225b439dbd3e4df0) --- source3/rpc_server/srv_winreg_nt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/rpc_server') diff --git a/source3/rpc_server/srv_winreg_nt.c b/source3/rpc_server/srv_winreg_nt.c index 9e712173ab..4398d94235 100644 --- a/source3/rpc_server/srv_winreg_nt.c +++ b/source3/rpc_server/srv_winreg_nt.c @@ -73,8 +73,6 @@ static WERROR open_registry_key( pipes_struct *p, POLICY_HND *hnd, WERROR result = WERR_OK; struct registry_key *key; - /* now do the internal open */ - if (parent == NULL) { result = reg_openhive(NULL, subkeyname, access_desired, p->pipe_user.nt_user_token, &key); -- cgit