Initialize a variable to squelch a false-positive warning on the mac buildbot

Change-Id: I43f5ea7a73941b518c714216df0d7e25ad260012
Reviewed-on: https://code.wireshark.org/review/3384
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Evan Huus 2014-08-03 13:25:19 -04:00
parent 5460d7fa0c
commit d34d09ebe4
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ static gint buffered_detect_version(const guint8 *pd)
struct logger_entry *log_entry;
struct logger_entry_v2 *log_entry_v2;
gint version;
guint8 *msg_payload;
guint8 *msg_payload = NULL;
guint8 *msg_part;
guint8 *msg_end;
guint16 msg_len;