const struct env_set *es,
openvpn_net_ctx_t *ctx)
{
- struct gc_arena gc;
- struct argv argv = argv_new();
#if !defined(TARGET_LINUX)
const char *network;
#if !defined(TARGET_AIX)
return;
}
- gc_init(&gc);
+ struct gc_arena gc = gc_new();
+ struct argv argv = argv_new();
#if !defined(TARGET_LINUX)
network = print_in_addr_t(r->network, 0, &gc);
unsigned int flags, const struct env_set *es,
openvpn_net_ctx_t *ctx)
{
- struct gc_arena gc;
- struct argv argv = argv_new();
const char *network;
#if !defined(TARGET_LINUX)
const char *gateway;
}
#endif
- gc_init(&gc);
+ struct gc_arena gc = gc_new();
+ struct argv argv = argv_new();
network = print_in6_addr( r6->network, 0, &gc);
#if !defined(TARGET_LINUX)