From 17ec11b48eac99268c99f7f9b4be45aa55ad01dc Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 20 Jul 2007 16:00:45 +0000 Subject: moved code for user and wall message action into its own files --- omshell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'omshell.c') 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 -- cgit