diff options
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r-- | src/common/outbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c index 8241d78f..cc2d0e3e 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -1257,7 +1257,7 @@ cmd_menu (struct session *sess, char *tbuf, char *word[], char *word_eol[]) int idx = 2; int len; int pos = 0xffff; - int state; + int state = 0; int toggle = FALSE; int enable = TRUE; int markup = FALSE; |