OSSP CVS Repository

ossp - Check-in [328]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 328
Date: 2001-Jan-19 16:26:53 (local)
2001-Jan-19 15:26:53 (UTC)
User:simons
Branch:
Comment: Due to a mix-up in the variable names, Petidomo expanded all list config file paths incorrectly when the list has a flat hierarchy. That is fixed now.
Tickets:
Inspections:
Files:
ossp-pkg/petidomo/config.c      1.19 -> 1.20     2 inserted, 2 deleted

ossp-pkg/petidomo/config.c 1.19 -> 1.20

--- config.c     2001/01/19 14:56:33     1.19
+++ config.c     2001/01/19 15:26:53     1.20
@@ -1,6 +1,6 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/config.c,v $
-   $Revision: 1.19 $
+   $Revision: 1.20 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
@@ -220,7 +220,7 @@
             {
             free(buffer);
             buffer = text_easy_sprintf("%s/%s.config", MasterConfig->list_dir, listname);
-            list_dir = MasterConfig->list_dir;
+            this_list_dir = MasterConfig->list_dir;
             if (stat(buffer, &sb) != 0)
                 {
                 free(buffer);

CVSTrac 2.0.1