aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-26 03:20:12 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-26 03:20:12 +0000
commit1a3432a0e061b1da061a1b25288a2429a7eea296 (patch)
tree0b367fdd47c5919215d6d62119b08c6d1f32ec29 /asn1/spnego
parent7f1f48a8b2090fa6b52e75f88cd3a179cd1ed7df (diff)
tvb_child_new_real_data() -> tvb_new_child_real_data()
svn path=/trunk/; revision=28845
Diffstat (limited to 'asn1/spnego')
-rw-r--r--asn1/spnego/packet-spnego-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/spnego/packet-spnego-template.c b/asn1/spnego/packet-spnego-template.c
index 095fe79f47..4ad02373f2 100644
--- a/asn1/spnego/packet-spnego-template.c
+++ b/asn1/spnego/packet-spnego-template.c
@@ -719,7 +719,7 @@ decrypt_gssapi_krb_cfx_wrap(proto_tree *tree _U_, packet_info *pinfo _U_, tvbuff
memcpy(outdata, output, tvb_length(tvb));
g_free(output);
- pinfo->gssapi_decrypted_tvb=tvb_child_new_real_data(tvb,
+ pinfo->gssapi_decrypted_tvb=tvb_new_child_real_data(tvb,
outdata,
datalen-16,
datalen-16);