summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-08-30 06:55:27 +0000
committerAndrew Tridgell <tridge@samba.org>2002-08-30 06:55:27 +0000
commit1e8fa8cbb1197808965c627aa288e7db46736e77 (patch)
tree5aba52a7883712f1dad0e1cf717a4f4233824145 /source3/rpc_parse
parent79d3ce624f450a9a04bd1b4545c2fc1f7566e282 (diff)
downloadsamba-1e8fa8cbb1197808965c627aa288e7db46736e77.tar.gz
samba-1e8fa8cbb1197808965c627aa288e7db46736e77.tar.bz2
samba-1e8fa8cbb1197808965c627aa288e7db46736e77.zip
removed a debug line
(This used to be commit 5185f495d055cee609872db9e59edbe3220dc5bd)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r--source3/rpc_parse/parse_net.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpc_parse/parse_net.c b/source3/rpc_parse/parse_net.c
index 149d5a02d9..f1d813c3f0 100644
--- a/source3/rpc_parse/parse_net.c
+++ b/source3/rpc_parse/parse_net.c
@@ -2760,8 +2760,6 @@ BOOL net_io_r_sam_sync(char *desc, uint8 sess_key[16],
if (!prs_uint32("sync_context", ps, depth, &r_s->sync_context))
return False;
- d_printf("Got sync context %u\n", r_s->sync_context);
-
if (!prs_uint32("ptr_deltas", ps, depth, &r_s->ptr_deltas))
return False;
if (r_s->ptr_deltas != 0)