ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/diridx.pl
(Generate patch)

Comparing Coro/myhttpd/diridx.pl (file contents):
Revision 1.10 by root, Tue Aug 28 02:30:48 2001 UTC vs.
Revision 1.11 by root, Tue Aug 28 02:43:02 2001 UTC

91 $$statdata = $self->gen_statdata; 91 $$statdata = $self->gen_statdata;
92 $$statdata->{version} = $SD_VERSION; 92 $$statdata->{version} = $SD_VERSION;
93 $$statdata->{mtime} = $mtime; 93 $$statdata->{mtime} = $mtime;
94 94
95 $diridx{$self->{path}} = Storable::freeze $$statdata; 95 $diridx{$self->{path}} = Storable::freeze $$statdata;
96 (tied %diridx)->db_sync;
96 97
97 $$statdata; 98 $$statdata;
98} 99}
99 100
100sub conn::diridx { 101sub conn::diridx {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines