mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
syslog: cleanup unused legacy function
This commit is contained in:
parent
6cb0f29268
commit
f226eecc87
@ -571,17 +571,6 @@ function system_staticroutes_configure($interface = '')
|
||||
}
|
||||
}
|
||||
|
||||
function system_syslogd_fixup_server($server)
|
||||
{
|
||||
/* If it's an IPv6 IP alone, encase it in brackets */
|
||||
if (is_ipaddrv6($server)) {
|
||||
return "[$server]";
|
||||
} else {
|
||||
return $server;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function system_syslogd_extra_local($logsocket)
|
||||
{
|
||||
$logdir = dirname($logsocket);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user