Skip to content

Commit

Permalink
Merge branch 'develop' into fix/port-perf
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored and GitHub committed Feb 10, 2020
2 parents 6b5fbcf + fd050ab commit 3009652
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ parser p_citrix_netscaler_date {
#01/10/2001:01:01:01 GMT
date-parser(format('%d/%m/%Y:%H:%M:%S %Z')
template("$2"));
{{ else }}
{{- else }}
#10/01/2001:01:01:01 GMT
date-parser(format('%m/%d/%Y:%H:%M:%S %Z')
template("$2"));
{{- end}}
{{- end }}
};

rewrite r_citrix_netscaler_message {
Expand Down

0 comments on commit 3009652

Please sign in to comment.