aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i4b
diff options
context:
space:
mode:
authorHellmuth Michaelis <hm@FreeBSD.org>2001-12-27 09:18:52 +0000
committerHellmuth Michaelis <hm@FreeBSD.org>2001-12-27 09:18:52 +0000
commit9f61e8ef1a7431bbc987c72bf66756faf61669e6 (patch)
tree451b5ee4738f9aadf9f692961b15800f677da90d /usr.sbin/i4b
parent94530bc64ff59e2aad26c1cd3a8b2e9603547d92 (diff)
downloadsrc-9f61e8ef1a7431bbc987c72bf66756faf61669e6.tar.gz
src-9f61e8ef1a7431bbc987c72bf66756faf61669e6.zip
Notes
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/i4b/isdnd/isdnd.h b/usr.sbin/i4b/isdnd/isdnd.h
index 557bf178a203..a16fd660a3a0 100644
--- a/usr.sbin/i4b/isdnd/isdnd.h
+++ b/usr.sbin/i4b/isdnd/isdnd.h
@@ -29,7 +29,7 @@
*
* $FreeBSD$
*
- * last edit-date: [Thu Oct 18 10:59:41 2001]
+ * last edit-date: [Thu Dec 27 10:16:53 2001]
*
*---------------------------------------------------------------------------*/
@@ -359,7 +359,7 @@ typedef struct cfg_entry {
#define AUTH_RECHALLENGE 0x01
#define AUTH_REQUIRED 0x02
-#define AUTHNAMELEN 32 /* AUTHNAMELEN must match in <machine/i4b_isppp.h> */
+#define AUTHNAMELEN 42 /* AUTHNAMELEN must match in <machine/i4b_isppp.h> */
#define AUTHKEYLEN 16
char ppp_expect_name[AUTHNAMELEN]; /* PPP PAP/CHAP login name */
char ppp_send_name[AUTHNAMELEN];