OSSP CVS Repository

ossp - Difference in ossp-pkg/petidomo/members.c versions 1.5 and 1.6
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/petidomo/members.c 1.5 -> 1.6

--- members.c    2001/01/06 11:05:08     1.5
+++ members.c    2001/01/08 20:36:19     1.6
@@ -1,6 +1,6 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/members.c,v $
-   $Revision: 1.5 $
+   $Revision: 1.6 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
@@ -99,12 +99,12 @@
 
     /* Okay, send the address list back. */
 
-    buffer = text_easy_sprintf("lists/%s/list", listname);
-    buffer = loadfile(buffer);
-    if (buffer == NULL) {
-        syslog(LOG_ERR, "Failed to open file \"~petidomo/lists/%s/list\"", listname);
+    buffer = loadfile(ListConfig->address_file);
+    if (buffer == NULL)
+        {
+        syslog(LOG_ERR, "Failed to open file \"%s\"", ListConfig->address_file);
         return -1;
-    }
+        }
 
     fh = vOpenMailer(envelope, address, NULL);
     if (fh != NULL) {

CVSTrac 2.0.1