summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_reg.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-08-03 20:54:22 +0000
committerLuke Leighton <lkcl@samba.org>1999-08-03 20:54:22 +0000
commit6bcd191a6ca02319cae427c5503d7efd520977c8 (patch)
tree373df817689ca05e7492daa72efe934eddbb33a5 /source3/rpc_parse/parse_reg.c
parent8598bf2a7f0f71ae7a023aac054c4df42b969ce6 (diff)
downloadsamba-6bcd191a6ca02319cae427c5503d7efd520977c8.tar.gz
samba-6bcd191a6ca02319cae427c5503d7efd520977c8.tar.bz2
samba-6bcd191a6ca02319cae427c5503d7efd520977c8.zip
changing debug output message reg_io_unknown_1 to reg_io_close.
(This used to be commit c4901f595193f73b0c248d9315d3bbf547a5dafc)
Diffstat (limited to 'source3/rpc_parse/parse_reg.c')
-rw-r--r--source3/rpc_parse/parse_reg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_parse/parse_reg.c b/source3/rpc_parse/parse_reg.c
index 47e1ae3af2..a7e3c1d8be 100644
--- a/source3/rpc_parse/parse_reg.c
+++ b/source3/rpc_parse/parse_reg.c
@@ -518,7 +518,7 @@ void reg_io_q_close(char *desc, REG_Q_CLOSE *q_u, prs_struct *ps, int depth)
{
if (q_u == NULL) return;
- prs_debug(ps, depth, desc, "reg_io_q_unknown_1");
+ prs_debug(ps, depth, desc, "reg_io_q_close");
depth++;
prs_align(ps);
@@ -534,7 +534,7 @@ void reg_io_r_close(char *desc, REG_R_CLOSE *r_u, prs_struct *ps, int depth)
{
if (r_u == NULL) return;
- prs_debug(ps, depth, desc, "reg_io_r_unknown_1");
+ prs_debug(ps, depth, desc, "reg_io_r_close");
depth++;
prs_align(ps);