From: Michael Adam Date: Tue, 12 Jun 2007 11:54:25 +0000 (+0000) Subject: r23432: Remove superfluous comment. X-Git-Tag: samba-4.0.0alpha6~801^2~5652 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9af7b35db01b26c858afea925c4b6b0aaaefb667;p=thirdparty%2Fsamba.git r23432: Remove superfluous comment. (A relict from regkey_open_internal days.) Michael (This used to be commit 4025cbc2024acf36e96d7236225b439dbd3e4df0) --- diff --git a/source3/rpc_server/srv_winreg_nt.c b/source3/rpc_server/srv_winreg_nt.c index 9e712173ab7..4398d94235b 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);