Skip to Content.
Sympa Menu

devel - Re: [sympa-dev] wwsympa bug ?

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-dev] wwsympa bug ?
  • Date: Fri, 20 Apr 2001 17:23:39 +0200

I wrote:
>
> 2/ I also noticed synchronisation problems with "subscribers" file ; that
> would
> be the reason why your changes in 'subscribers' file are not applied in
> other
> processes. I am currently investigating...

Eventually I found a missing initialization in List::load() :
my $m1 = (stat("$name/config"))[9];
my $m2;
my $m3 = (stat("$name/stats"))[9];

$m2 should contain the last changed time of 'subscribers', then
comparing it
to the value in memory to synchronize.

I corrected this in CVS.

--
Olivier Salaün
Comité Réseaux des Universités



Archive powered by MHonArc 2.6.19+.

Top of Page