summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gant/gant.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gant/gant.c b/src/gant/gant.c
index c4e1b7c..287ffe0 100644
--- a/src/gant/gant.c
+++ b/src/gant/gant.c
@@ -827,8 +827,8 @@ void usage(void)
uchar chevent(uchar chan, uchar event)
{
- uchar status;
- uchar phase;
+ uchar status = 0;
+ uchar phase = 0;
/*uint newdata;*/
struct ack_msg ack;
struct auth_msg auth;