diff options
-rw-r--r-- | print-zephyr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-zephyr.c b/print-zephyr.c index 7c52e65..fa07ead 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -134,7 +134,7 @@ str_to_lower(char *string) void zephyr_print(const u_char *cp, int length) { - struct z_packet z; + struct z_packet z = {}; char *parse = (char *) cp; int parselen = length; char *s; |