Do not include the initial slash from the audit log entry (thus avoiding a double slash) when building the full file name in mlogc.

This commit is contained in:
b1v1r
2009-05-16 04:17:10 +00:00
parent a61db59438
commit cc13f7313c

View File

@@ -102,7 +102,7 @@ const char logline_pattern[] =
"\\ (\\d+)\\ (\\S+)" "\\ (\\d+)\\ (\\S+)"
"\\ \"(.*)\"\\ \"(.*)\"" "\\ \"(.*)\"\\ \"(.*)\""
"\\ (\\S+)\\ \"(.*)\"" "\\ (\\S+)\\ \"(.*)\""
"\\ (\\S+)\\ (\\d+)\\ (\\d+)" "\\ /?(\\S+)\\ (\\d+)\\ (\\d+)"
"\\ (\\S+)" "\\ (\\S+)"
"(.*)$"; "(.*)$";