summaryrefslogtreecommitdiffstats
path: root/redir.h
diff options
context:
space:
mode:
Diffstat (limited to 'redir.h')
-rw-r--r--redir.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/redir.h b/redir.h
index 92a4bda..7da393d 100644
--- a/redir.h
+++ b/redir.h
@@ -18,8 +18,8 @@ struct redir {
/* host connection */
unsigned char host[64];
unsigned char port[16];
- unsigned char user[16];
- unsigned char pass[16];
+ unsigned char user[64];
+ unsigned char pass[64];
/* serial-over-lan */
unsigned char type[4];