From: Matthew Mondor Date: Fri, 14 Jan 2005 01:35:58 +0000 (+0000) Subject: Minor cleanup X-Git-Tag: rubiks-ircd-1-0-6~39 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=ed9691fbc6ff8e502346417b1cb4ae50afd496ed;p=rubiks-ircd.git Minor cleanup --- diff --git a/include/confparse.h b/include/confparse.h index d3492d7..5f5660d 100644 --- a/include/confparse.h +++ b/include/confparse.h @@ -4,7 +4,7 @@ * Apply the GPL here. */ -/* $Id: confparse.h,v 1.3 2005/01/13 10:35:43 mmondor Exp $ */ +/* $Id: confparse.h,v 1.4 2005/01/14 01:35:58 mmondor Exp $ */ /* our structures */ @@ -289,7 +289,7 @@ sConf confporttab[] = {SCONFT_BIND, SCONFF_BIND, VARTYPE_NAME}, {SCONFT_IPMASK, SCONFF_IPMASK, VARTYPE_NAME}, #ifdef USE_SSL - {SCONFT_TYPE, SCONFF_TYPE, VARTYPE_NAME}, + {SCONFT_TYPE, SCONFF_TYPE, VARTYPE_NAME}, #endif {(char *) 0, 0, 0} };