mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
ipsecctrl: Fix compiler warning.
This commit is contained in:
@@ -44,6 +44,14 @@ void usage() {
|
||||
fprintf (stderr, "\t\tI : Print Statusinfo\n");
|
||||
}
|
||||
|
||||
static void ipsec_reload() {
|
||||
/* Re-read all configuration files and secrets and
|
||||
* reload the daemon (#10339).
|
||||
*/
|
||||
safe_system("/usr/sbin/ipsec rereadall >/dev/null 2>&1");
|
||||
safe_system("/usr/sbin/ipsec reload >/dev/null 2>&1");
|
||||
}
|
||||
|
||||
/*
|
||||
ACCEPT the ipsec protocol ah, esp & udp (for nat traversal) on the specified interface
|
||||
*/
|
||||
@@ -174,14 +182,6 @@ void turn_connection_off (char *name) {
|
||||
ipsec_reload();
|
||||
}
|
||||
|
||||
void ipsec_reload() {
|
||||
/* Re-read all configuration files and secrets and
|
||||
* reload the daemon (#10339).
|
||||
*/
|
||||
safe_system("/usr/sbin/ipsec rereadall >/dev/null 2>&1");
|
||||
safe_system("/usr/sbin/ipsec reload >/dev/null 2>&1");
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
char configtype[STRING_SIZE];
|
||||
char redtype[STRING_SIZE] = "";
|
||||
|
||||
Reference in New Issue
Block a user