diff options
author | Jim Newsome <jnewsome@andrew.cmu.edu> | 2010-10-31 13:53:55 -0400 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-05-25 15:22:23 +0200 |
commit | 2717ad615f548447052fd30cbee11769960c4e18 (patch) | |
tree | 44b5c18547662d3bf68a7e494b3fc20957f69f77 /redir.h | |
parent | 53eff74fcf13305adc29cdd69d64897584dc8170 (diff) | |
download | amtterm-2717ad615f548447052fd30cbee11769960c4e18.tar.gz |
allow longer user names and passwords
Diffstat (limited to 'redir.h')
-rw-r--r-- | redir.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]; |