mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Make rctl(8) use more reasonable buffer size for retrieving the rules.
Reviewed by: mjg@ MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a14954c5d6
commit
18e1f46eae
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define RCTL_DEFAULT_BUFSIZE 4096
|
||||
#define RCTL_DEFAULT_BUFSIZE 128 * 1024
|
||||
|
||||
static id_t
|
||||
parse_user(const char *s)
|
||||
|
|
|
|||
Loading…
Reference in a new issue