aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-efs.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-05-19 04:52:31 +0000
committerTim Potter <tpot@samba.org>2004-05-19 04:52:31 +0000
commit1703faf299154776683b36ca089cac07a6c102a1 (patch)
tree73f5a01a8edf362b782e4835cbd55bc77f03e1da /packet-dcerpc-efs.c
parent4890aefdfea6d6053dba5607a26ae28ff69d3a94 (diff)
Remove hf argument to common routines for dissecting domain sids. Most
of the callers passed -1 for this parameter anyway. svn path=/trunk/; revision=10919
Diffstat (limited to 'packet-dcerpc-efs.c')
-rwxr-xr-xpacket-dcerpc-efs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-dcerpc-efs.c b/packet-dcerpc-efs.c
index a1224ae269..271e37e7f4 100755
--- a/packet-dcerpc-efs.c
+++ b/packet-dcerpc-efs.c
@@ -2,7 +2,7 @@
* Routines for the efsrpc MSRPC interface
* Copyright 2004 Ronnie Sahlberg, Jean-Baptiste Marchand
*
- * $Id: packet-dcerpc-efs.c,v 1.1 2004/04/29 22:40:21 sahlberg Exp $
+ * $Id: packet-dcerpc-efs.c,v 1.2 2004/05/19 04:52:31 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -317,8 +317,7 @@ efsrpc_dissect_efs_SID_ptr(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
guint8 *drep)
{
- offset = dissect_ndr_nt_SID(tvb, offset,
- pinfo, tree, drep, -1);
+ offset = dissect_ndr_nt_SID(tvb, offset, pinfo, tree, drep);
return offset;
}