Repositories
/
rubiks-ircd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d30bc
)
Minor cleanup
author
Matthew Mondor
<mmondor@pulsar-zone.net>
Fri, 14 Jan 2005 01:35:58 +0000
(
01:35
+0000)
committer
Matthew Mondor
<mmondor@pulsar-zone.net>
Fri, 14 Jan 2005 01:35:58 +0000
(
01:35
+0000)
include/confparse.h
patch
|
blob
|
blame
|
history
diff --git
a/include/confparse.h
b/include/confparse.h
index
d3492d7
..
5f5660d
100644
(file)
--- 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}
};