You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
544 B
26 lines
544 B
From 5f81a686574b3f66f73056f6f8a312ffa86df3de Mon Sep 17 00:00:00 2001
|
|
From: tigro <arkadiy.sheyn@softline.com>
|
|
Date: Wed, 18 Oct 2023 11:48:45 +0300
|
|
Subject: [PATCH] Force local users to 100
|
|
|
|
---
|
|
src/daemon.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/daemon.c b/src/daemon.c
|
|
index c52bda3..a7451be 100644
|
|
--- a/src/daemon.c
|
|
+++ b/src/daemon.c
|
|
@@ -148,7 +148,7 @@ error_get_type (void)
|
|
#endif
|
|
|
|
#ifndef MAX_LOCAL_USERS
|
|
-#define MAX_LOCAL_USERS 50
|
|
+#define MAX_LOCAL_USERS 100
|
|
#endif
|
|
|
|
static void
|
|
--
|
|
2.41.0
|
|
|