mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Minro bug fixed in IP Lookup Link creation
This commit is contained in:
parent
d02044b92c
commit
da75604ea2
@ -874,7 +874,7 @@ function AddContextLinks(&$sourceTxt)
|
|||||||
$replace = array
|
$replace = array
|
||||||
(
|
(
|
||||||
"'.' . InsertLookupLink(\"\", \"\\1.\\2\", \"\", \"\\3\")",
|
"'.' . InsertLookupLink(\"\", \"\\1.\\2\", \"\", \"\\3\")",
|
||||||
"'.' . InsertLookupLink(\"\\1.\\2.\\3.\\4\", \"\", \"\", \"\")",
|
"InsertLookupLink(\"\\1.\\2.\\3.\\4\", \"\", \"\", \"\")",
|
||||||
);
|
);
|
||||||
|
|
||||||
// Replace and return!
|
// Replace and return!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user