mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-16 00:00:37 -04:00
updown: Increase buffer size for script and environment variables
This commit is contained in:
parent
6d1198e71d
commit
7e3bbcf77a
@ -219,7 +219,7 @@ METHOD(listener_t, child_updown, bool,
|
||||
enumerator = child_sa->create_policy_enumerator(child_sa);
|
||||
while (enumerator->enumerate(enumerator, &my_ts, &other_ts))
|
||||
{
|
||||
char command[1024];
|
||||
char command[2048];
|
||||
host_t *my_client, *other_client;
|
||||
u_int8_t my_client_mask, other_client_mask;
|
||||
char *virtual_ip, *iface, *mark_in, *mark_out, *udp_enc, *dns, *xauth;
|
||||
|
Loading…
x
Reference in New Issue
Block a user