From 87f785cc31da9e30cc0fb631b035e3fd25161e89 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 18 Jan 2008 13:30:12 +0000 Subject: Style. --- src/rc/rc-misc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c index d85126da..56db3ff0 100644 --- a/src/rc/rc-misc.c +++ b/src/rc/rc-misc.c @@ -396,13 +396,15 @@ bool service_plugable (const char *service) char *token; bool allow = true; char *match = rc_conf_value ("rc_plug_services"); + if (! match) - return true; + return (true); list = xstrdup (match); p = list; while ((token = strsep (&p, " "))) { bool truefalse = true; + if (token[0] == '!') { truefalse = false; token++; -- cgit v1.2.3