From b61735f7a7f752b2ae6ea0518d47163f5ec9e1d2 Mon Sep 17 00:00:00 2001
From: "Andrew G. Morgan" <morgan@kernel.org>
Date: Fri, 11 Aug 2000 05:26:39 +0000
Subject: Relevant BUGIDs: 111648

Purpose of commit: bugfix (typo)

Commit summary:
---------------
Solar Designer pointed this one out. A typo in the client header.
I've upped the suggested default too.

In addition I've added a comment to the CHANGELOG file indicating
how to work out what a BUGID refers too.
---
 libpamc/include/security/pam_client.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libpamc')

diff --git a/libpamc/include/security/pam_client.h b/libpamc/include/security/pam_client.h
index 4995e667..723dd88d 100644
--- a/libpamc/include/security/pam_client.h
+++ b/libpamc/include/security/pam_client.h
@@ -90,7 +90,7 @@ char **pamc_list_agents(pamc_handle_t pch);
 #define __PAM_BP_OCTET(x,y)  (*((y) + (__u8 *)(x)))
 
 #define PAM_BP_MIN_SIZE       (sizeof(__u32) + sizeof(__u8))
-#define PAM_PB_MAX_LENGTH     0x8000                   /* an advisory limit */
+#define PAM_BP_MAX_LENGTH     0x20000                   /* an advisory limit */
 #define PAM_BP_CONTROL(x)     (__PAM_BP_OCTET(x,4))
 #define PAM_BP_SIZE(x)        ((__PAM_BP_OCTET(x,0)<<24)+      \
 			       (__PAM_BP_OCTET(x,1)<<16)+      \
-- 
cgit v1.2.3