projects
/
ngircd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e4f58e
)
- Validate_Config(): removed unused variable "i".
author
Alexander Barton
<alex@barton.de>
Wed, 18 Dec 2002 02:53:36 +0000
(
02:53
+0000)
committer
Alexander Barton
<alex@barton.de>
Wed, 18 Dec 2002 02:53:36 +0000
(
02:53
+0000)
src/ngircd/conf.c
patch
|
blob
|
history
diff --git
a/src/ngircd/conf.c
b/src/ngircd/conf.c
index 942dbe212cb6c99d291fb3bacb40dfaecb8c8034..65e51a96b92a880fb2c7fdcf4c55f31230957603 100644
(file)
--- a/
src/ngircd/conf.c
+++ b/
src/ngircd/conf.c
@@
-14,7
+14,7
@@
#include "portab.h"
-static char UNUSED id[] = "$Id: conf.c,v 1.4
6 2002/12/18 02:52:51
alex Exp $";
+static char UNUSED id[] = "$Id: conf.c,v 1.4
7 2002/12/18 02:53:36
alex Exp $";
#include "imp.h"
#include <assert.h>
@@
-632,8
+632,6
@@
Validate_Config( BOOLEAN Configtest )
{
/* Validate configuration settings. */
- INT i;
-
if( ! Conf_ServerName[0] )
{
/* No server name configured! */