aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isakmp.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-15 02:34:53 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-15 02:34:53 +0000
commit33618ace3c350cbb85471752edb6b75a4d64b133 (patch)
treede9c99a1cc991f7d1c0a6d5ef4117ed01bb0d411 /epan/dissectors/packet-isakmp.c
parentfac49ca9184428a87a51c136c360670cfe467136 (diff)
Trivial warning fixes:
- Might be used uninitialized - not a prototype - comma at end of enum git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28730 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-isakmp.c')
-rw-r--r--epan/dissectors/packet-isakmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isakmp.c b/epan/dissectors/packet-isakmp.c
index 128a0de65e..1f7270b589 100644
--- a/epan/dissectors/packet-isakmp.c
+++ b/epan/dissectors/packet-isakmp.c
@@ -1000,7 +1000,7 @@ dissect_isakmp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
tvbuff_t *decr_tvb;
proto_tree *decr_tree;
address null_addr;
- void *pd_save;
+ void *pd_save = NULL;
gboolean pd_changed = FALSE;
#endif /* HAVE_LIBGCRYPT */