summaryrefslogtreecommitdiff
path: root/wiretap/iseries.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-02-16 00:44:12 +0000
committerGerald Combs <gerald@wireshark.org>2011-02-16 00:44:12 +0000
commit8af7080001f39d7bf01b41c759587c0d1e09b07e (patch)
treef1842a9e703492106ae0f996e7840e8a46dcb575 /wiretap/iseries.c
parentf3bbbce5e3d97b144178a8013782229b9fafaf2a (diff)
downloadwireshark-8af7080001f39d7bf01b41c759587c0d1e09b07e.tar.gz
Fix errors found by the Visual C++ analyzer.
svn path=/trunk/; revision=35954
Diffstat (limited to 'wiretap/iseries.c')
-rw-r--r--wiretap/iseries.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/iseries.c b/wiretap/iseries.c
index 91418ca48f..2d83745559 100644
--- a/wiretap/iseries.c
+++ b/wiretap/iseries.c
@@ -263,7 +263,7 @@ iseries_check_file_type (wtap * wth, int *err, int format)
{
guint line;
int num_items_scanned;
- char buf[ISERIES_LINE_LENGTH], protocol[9], tcpformat[2];
+ char buf[ISERIES_LINE_LENGTH], protocol[9], tcpformat[2] = "";
iseries_t *iseries;
/* Save trace format for passing between packets */