diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-22 10:18:45 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-22 10:18:45 +0000 |
commit | 916449ce6e04c3238b65679ab6d92dfc8f5a211c (patch) | |
tree | d7752c7a7a274ba1e4fe3e4ec4528b5d3cfd9222 /omshell.c | |
parent | e38d58bc743fe0c80789c5954488fdd54680f72a (diff) | |
download | rsyslog-916449ce6e04c3238b65679ab6d92dfc8f5a211c.tar.gz rsyslog-916449ce6e04c3238b65679ab6d92dfc8f5a211c.tar.xz rsyslog-916449ce6e04c3238b65679ab6d92dfc8f5a211c.zip |
changed interface, now is updated by rule engine
Diffstat (limited to 'omshell.c')
-rw-r--r-- | omshell.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -52,7 +52,6 @@ int doActionShell(selector_t *f, time_t now) * modularization. We'll change that as we go ahead with modularization. * rgerhards, 2007-07-20 */ - f->f_time = now; /* TODO: find out, if we can not simply replace this with time(NULL) */ dprintf("\n"); iovCreate(f); psz = (uchar*) iovAsString(f); |