Skip to content

Commit c3696af

Browse files
jefferbrechtedsiper
authored andcommitted
in_winevtlog: fix missing break
Signed-off-by: Jeff Erbrecht <[email protected]>
1 parent 7fd9950 commit c3696af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/in_winevtlog/pack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ static void pack_string_inserts(msgpack_packer *mp_pck, PEVT_VARIANT values, DWO
384384
if (pack_binary(mp_pck, values[i].BinaryVal, values[i].Count)) {
385385
pack_nullstr(mp_pck);
386386
}
387+
break;
387388
default:
388389
msgpack_pack_str(mp_pck, 1);
389390
msgpack_pack_str_body(mp_pck, "?", 1);

0 commit comments

Comments
 (0)