1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

removing extra debug statement

(This used to be commit 657f8c25a585a02b86f4021e38641ee896f098d2)
This commit is contained in:
Gerald Carter 2003-01-18 01:41:00 +00:00
parent 1793c8f143
commit 8c6790b6f0

View File

@ -322,8 +322,6 @@ NTSTATUS _reg_open_entry(pipes_struct *p, REG_Q_OPEN_ENTRY *q_u, REG_R_OPEN_ENTR
rpcstr_pull(name,q_u->uni_name.buffer,sizeof(name),q_u->uni_name.uni_str_len*2,0);
DEBUG(5,("reg_open_entry: Enter\n"));
result = open_registry_key( p, &pol, key, name, 0x0 );
init_reg_r_open_entry( r_u, &pol, result );