summaryrefslogtreecommitdiff
path: root/loginrec.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-06-22 15:02:39 +1000
committerDamien Miller <djm@mindrot.org>2010-06-22 15:02:39 +1000
commitd82a260fdff795ddf2f7f49ea22901b7c2aad9c5 (patch)
tree1b46e6bfc86281cb9ad21cf888b8747599236986 /loginrec.h
parentea909791c5cf297aa83d32af1c9df56e77c2e84a (diff)
downloadopenssh-git-d82a260fdff795ddf2f7f49ea22901b7c2aad9c5.tar.gz
- (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512
bz#1579; ok dtucker
Diffstat (limited to 'loginrec.h')
-rw-r--r--loginrec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginrec.h b/loginrec.h
index 859e1a63..84b48659 100644
--- a/loginrec.h
+++ b/loginrec.h
@@ -56,7 +56,7 @@ union login_netinfo {
/* string lengths - set very long */
#define LINFO_PROGSIZE 64
#define LINFO_LINESIZE 64
-#define LINFO_NAMESIZE 128
+#define LINFO_NAMESIZE 512
#define LINFO_HOSTSIZE 256
struct logininfo {