diff options
author | hm <hm@FreeBSD.org> | 2001-12-27 09:18:52 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2001-12-27 09:18:52 +0000 |
commit | 737d7ac81ce3bd5f47d8880ccb8f89cb5df35f10 (patch) | |
tree | 451b5ee4738f9aadf9f692961b15800f677da90d /usr.sbin/i4b | |
parent | 04e8094fce906b141d822b3cff38372870a63cc2 (diff) | |
download | FreeBSD-src-737d7ac81ce3bd5f47d8880ccb8f89cb5df35f10.zip FreeBSD-src-737d7ac81ce3bd5f47d8880ccb8f89cb5df35f10.tar.gz |
sync AUTHNAMELEN with AUTHNAMELEN in <machine/i4b_isppp.h>
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r-- | usr.sbin/i4b/isdnd/isdnd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/i4b/isdnd/isdnd.h b/usr.sbin/i4b/isdnd/isdnd.h index 557bf17..a16fd66 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]; |