Revision e5a27e16
Added by Renato Botelho over 12 years ago
etc/inc/interfaces.inc | ||
---|---|---|
2698 | 2698 |
if (isvalidpid("{$g['varrun_path']}/rtsold_{$interface}.pid")) |
2699 | 2699 |
$pid = trim(file_get_contents("{$g['varrun_path']}/rtsold_{$interface}.pid"), " \n"); |
2700 | 2700 |
else |
2701 |
retun (false); |
|
2701 |
return (false);
|
|
2702 | 2702 |
} else |
2703 | 2703 |
return(false); |
2704 | 2704 |
|
Also available in: Unified diff
Fix typo