summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-20 16:00:45 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-20 16:00:45 +0000
commit17ec11b48eac99268c99f7f9b4be45aa55ad01dc (patch)
tree0d52a5a8746861cc6f9974324247305ecab25bef /omshell.c
parent4d53a1e6a3519b6fb7f1bb201a8a735a8e73218f (diff)
downloadrsyslog-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/omshell.c b/omshell.c
index fb49e964..8154f930 100644
--- a/omshell.c
+++ b/omshell.c
@@ -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