summaryrefslogtreecommitdiffstats
path: root/grammar/mini.samp
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-04 09:36:12 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-04 09:36:12 +0200
commit25cd9f59ad3a0daa2662e44b2e844116ad487450 (patch)
tree07dc9e1f4df3e8fe6d6d7a0d647e4c80e938fcd8 /grammar/mini.samp
parent71003f146cc2dacfa8fc7c084404f3399812b64a (diff)
downloadrsyslog-25cd9f59ad3a0daa2662e44b2e844116ad487450.tar.gz
rsyslog-25cd9f59ad3a0daa2662e44b2e844116ad487450.tar.xz
rsyslog-25cd9f59ad3a0daa2662e44b2e844116ad487450.zip
milestone: added comparison ops, prepring for flex include processing
Diffstat (limited to 'grammar/mini.samp')
-rw-r--r--grammar/mini.samp2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/mini.samp b/grammar/mini.samp
index 8e00917f..71cfbb69 100644
--- a/grammar/mini.samp
+++ b/grammar/mini.samp
@@ -24,7 +24,7 @@ if 1 then { /var/log/log3
@@fwd
rger
}
-if not 1==0 and 2*4/-5--(10-3)>7/*pri("*.*")*/ then {
+if not (1==0) and 2*4/-5--(10-3)>7/*pri("*.*")*/ then {
action(type="omfile" taget="/var/log/log5")
action(type="omfile" taget="/var/log/log6")
action(type="omfwd" taget="10.0.0.1" port="514")