summaryrefslogtreecommitdiffstats
path: root/source/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
commit5185f495d055cee609872db9e59edbe3220dc5bd (patch)
tree118280b9fc02046995070c96d7d680b8102a5657 /source/rpc_parse
parentf736b83da65339a225876e50c836b209b2857074 (diff)
downloadsamba-5185f495d055cee609872db9e59edbe3220dc5bd.tar.gz
samba-5185f495d055cee609872db9e59edbe3220dc5bd.tar.xz
samba-5185f495d055cee609872db9e59edbe3220dc5bd.zip
removed a debug line
Diffstat (limited to 'source/rpc_parse')
-rw-r--r--source/rpc_parse/parse_net.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/rpc_parse/parse_net.c b/source/rpc_parse/parse_net.c
index 149d5a02d92..f1d813c3f07 100644
--- a/source/rpc_parse/parse_net.c
+++ b/source/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)