mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
pam: reduced default stack size
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
#include <pcl.h>
|
||||
#include <str.h>
|
||||
|
||||
#define PAM_STACK_SIZE (128*1024)
|
||||
#define PAM_STACK_SIZE (96*1024)
|
||||
|
||||
#define MAX_REPLIES 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user