mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Back out changes to try and fix OpenVPN. We really need to fix check_reload_status
This commit is contained in:
parent
d9978237cf
commit
c4b966b71b
@ -38,13 +38,6 @@ require_once("functions.inc");
|
||||
|
||||
log_error("Informational: rc.newwanip is starting.");
|
||||
|
||||
/* hack! xxx: needs to be fixed. check_reload_status is inheriting
|
||||
* socket descriptors from openvpn, etc.
|
||||
*/
|
||||
system("/usr/bin/killall -9 check_reload_status");
|
||||
sleep(1);
|
||||
system("/usr/local/sbin/check_reload_status");
|
||||
|
||||
/* WAN IP address has changed */
|
||||
|
||||
$argument = str_replace("\n", "", $argv[1]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user