From 737d7ac81ce3bd5f47d8880ccb8f89cb5df35f10 Mon Sep 17 00:00:00 2001 From: hm Date: Thu, 27 Dec 2001 09:18:52 +0000 Subject: sync AUTHNAMELEN with AUTHNAMELEN in --- usr.sbin/i4b/isdnd/isdnd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/i4b') 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 */ +#define AUTHNAMELEN 42 /* AUTHNAMELEN must match in */ #define AUTHKEYLEN 16 char ppp_expect_name[AUTHNAMELEN]; /* PPP PAP/CHAP login name */ char ppp_send_name[AUTHNAMELEN]; -- cgit v1.1