From 60904e5548f4304d027739e998587252e5562949 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 6 May 1998 13:45:44 +0000 Subject: Cosmetic fix. svn path=/trunk/; revision=1759 --- driver.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 9c1db97d..5fec2a3c 100644 --- a/driver.c +++ b/driver.c @@ -261,16 +261,17 @@ struct idlist **xmit_names; /* list of recipient names parsed out */ int sl; int off = 0; - /* - * If the name of the user begins with a - * qmail virtual domain prefix, remove - * the prefix - */ - if (ctl->server.qvirtual) - { - sl=strlen(ctl->server.qvirtual); - if (!strncasecmp(name,ctl->server.qvirtual,sl)) off=sl; - } + /* + * If the name of the user begins with a + * qmail virtual domain prefix, remove + * the prefix. + */ + if (ctl->server.qvirtual) + { + sl = strlen(ctl->server.qvirtual); + if (!strncasecmp(name,ctl->server.qvirtual,sl)) + off = sl; + } lname = idpair_find(&ctl->localnames, name+off); if (!lname && ctl->wildcard) -- cgit v1.2.3