aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-31 07:32:41 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-31 07:32:41 +0000
commit2c598fa0ec8aa538435dd5e3d997a40af55b29eb (patch)
tree6e7af2600a22659f83da9eff8d9dd7752290425d /packet-dcerpc-netlogon.c
parent892de6f27cd83269c6d72dd90c12d936c1772aa5 (diff)
Decorate a DELTA_DOMAIN structure's top-level item with the domain name.
svn path=/trunk/; revision=7062
Diffstat (limited to 'packet-dcerpc-netlogon.c')
-rw-r--r--packet-dcerpc-netlogon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-netlogon.c b/packet-dcerpc-netlogon.c
index a921525fbf..ea80a6dbc1 100644
--- a/packet-dcerpc-netlogon.c
+++ b/packet-dcerpc-netlogon.c
@@ -3,7 +3,7 @@
* Copyright 2001,2003 Tim Potter <tpot@samba.org>
* 2002 structure and command dissectors by Ronnie Sahlberg
*
- * $Id: packet-dcerpc-netlogon.c,v 1.68 2003/01/30 08:19:38 guy Exp $
+ * $Id: packet-dcerpc-netlogon.c,v 1.69 2003/01/31 07:32:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1846,7 +1846,7 @@ netlogon_dissect_DELTA_DOMAIN(tvbuff_t *tvb, int offset,
char *drep)
{
offset = dissect_ndr_nt_UNICODE_STRING(tvb, offset, pinfo, tree, drep,
- hf_netlogon_domain_name, 0);
+ hf_netlogon_domain_name, 1);
offset = dissect_ndr_nt_UNICODE_STRING(tvb, offset, pinfo, tree, drep,
hf_netlogon_oem_info, 0);