Compare commits
No commits in common. 'c9' and 'i9' have entirely different histories.
@ -0,0 +1,25 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
Reference in new issue