From 149f19d37266adc1cc30779c90e15254e58c1e7f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 23 Aug 2002 22:15:51 +0000 Subject: [PATCH] Note to the person who checked in the previous change: that's "already have", not "don't have". :-) svn path=/trunk/; revision=6074 --- packet-ncp2222.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packet-ncp2222.inc b/packet-ncp2222.inc index 502aa70c19..8123ea74e2 100644 --- a/packet-ncp2222.inc +++ b/packet-ncp2222.inc @@ -8,7 +8,7 @@ * Gilbert Ramirez * Modified to decode NDS packets by Greg Morris * - * $Id: packet-ncp2222.inc,v 1.15 2002/08/23 22:08:50 guy Exp $ + * $Id: packet-ncp2222.inc,v 1.16 2002/08/23 22:15:51 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1380,7 +1380,7 @@ dissect_nds_request(tvbuff_t *tvb, packet_info *pinfo, * display filters can't possibly work. If we already have * a proto_tree, then wonderful. If we don't, we need to build * one. */ - if (ncp_rec && ncp_tree != NULL) { + if (ncp_rec && ncp_tree == NULL) { proto_item *ti; temp_tree = proto_tree_create_root();