summaryrefslogtreecommitdiff
path: root/network/taxon1/taxon2/txcdproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'network/taxon1/taxon2/txcdproc.c')
-rw-r--r--network/taxon1/taxon2/txcdproc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/network/taxon1/taxon2/txcdproc.c b/network/taxon1/taxon2/txcdproc.c
index 2aab690f..f8055068 100644
--- a/network/taxon1/taxon2/txcdproc.c
+++ b/network/taxon1/taxon2/txcdproc.c
@@ -29,7 +29,7 @@
*
* Version Creation Date: 07/15/97
*
-* $Revision: 1.15 $
+* $Revision: 1.16 $
*
* File Description:
* API for Taxonomy service
@@ -44,6 +44,9 @@
*
* RCS Modification History:
* $Log: txcdproc.c,v $
+* Revision 1.16 2003/11/04 17:13:58 soussov
+* adds NetFini() call if service can not start properly
+*
* Revision 1.15 2003/06/12 16:46:25 soussov
* changes severity for AsnRead failures
*
@@ -215,6 +218,7 @@ static Boolean TaxServInit(void)
Taxon1ReqFree (taxrp);
if((taxbp = NetTaxArchReadAsn()) == NULL) {
+ NetFini();
return FALSE;
}
else {