static void save_params __P((void));
static void saverestore_params __P((int));
static void cleanup_pidfile __P((void));
-static int launchedbylaunchd(void);
+int launchedbylaunchd __P((void));
pid_t racoon_pid = 0;
int print_pid = 1; /* for racoon only */
}
#endif
+#ifdef ENABLE_HYBRID
+ if(isakmp_cfg_config.network4 && isakmp_cfg_config.pool_size == 0)
+ if ((error = isakmp_cfg_resize_pool(ISAKMP_CFG_MAX_CNX)) != 0)
+ return error;
+#endif
+
if (dump_config)
dumprmconf ();
}
-static int
+int
launchedbylaunchd(){
int launchdlaunched = 1;
launch_data_t checkin_response = NULL;