Changeset 9684832 for npl


Ignore:
Timestamp:
10/26/17 16:37:10 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
e248cf2
Parents:
c5d681f
Message:

openswan fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/syn3/webint/src/vpn/openswan.php

    rc5d681f r9684832  
    425425                // global $VPN_PRIO;
    426426
    427                 if (Cmd("ipsec whack --status",'',$output)<0)
     427                if (Cmd("ipsec whack --status",'',$output)!=0)
    428428                {
    429429                        LogError("Error reading ipsec status. Please check if ipsec-service is running");
Note: See TracChangeset for help on using the changeset viewer.