diff options
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 |