diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-29 09:16:03 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-29 09:16:03 +0100 |
commit | 1ea869ec5460806841ab4feacf24e25c288a5760 (patch) | |
tree | 4c3f16bfc5abe1ba59b158bfd1b2758b9419cd13 /action.c | |
parent | 888d6e771f2ff6707dd3b8655b1bad4b4519b641 (diff) | |
download | rsyslog-1ea869ec5460806841ab4feacf24e25c288a5760.tar.gz rsyslog-1ea869ec5460806841ab4feacf24e25c288a5760.tar.bz2 rsyslog-1ea869ec5460806841ab4feacf24e25c288a5760.zip |
use const keyword at (some) appropriate places
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -605,7 +605,7 @@ static void actionDisable(action_t *pThis) } -/* Suspend action, this involves changing the acton state as well +/* Suspend action, this involves changing the action state as well * as setting the next retry time. * if we have more than 10 retries, we prolong the * retry interval. If something is really stalled, it will |