ossp-pkg/petidomo/config.c 1.20 -> 1.21
--- config.c 2001/01/19 15:26:53 1.20
+++ config.c 2001/01/19 20:51:11 1.21
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/config.c,v $
- $Revision: 1.20 $
+ $Revision: 1.21 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -148,7 +148,6 @@
const struct List_Config* getListConfig(const char * listname)
{
- const struct PD_Config * MasterConfig;
struct List_Config * ListConfig;
Node node;
int rc;
@@ -198,10 +197,6 @@
address_file = "list";
ack_file = "acks";
- /* Get the master configuration. */
-
- MasterConfig = getMasterConfig();
-
/* Did we read this config file already? */
node = FindNodeByKey(ListConfigs, listname);
|
|