diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 16:00:45 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-20 16:00:45 +0000 |
commit | 17ec11b48eac99268c99f7f9b4be45aa55ad01dc (patch) | |
tree | 0d52a5a8746861cc6f9974324247305ecab25bef /omshell.c | |
parent | 4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f (diff) | |
download | rsyslog-17ec11b48eac99268c99f7f9b4be45aa55ad01dc.tar.gz rsyslog-17ec11b48eac99268c99f7f9b4be45aa55ad01dc.tar.xz rsyslog-17ec11b48eac99268c99f7f9b4be45aa55ad01dc.zip |
moved code for user and wall message action into its own files
Diffstat (limited to 'omshell.c')
-rw-r--r-- | omshell.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ int doActionShell(selector_t *f, time_t now) { uchar *psz; + assert(f != NULL); /* TODO: using f->f_un.f_file.f_name is not clean from the point of * modularization. We'll change that as we go ahead with modularization. * rgerhards, 2007-07-20 |