summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
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