Ignore:
Timestamp:
2000-05-25T14:42:12+12:00 (24 years ago)
Author:
sjboddie
Message:

fixed a bug in the new file locking stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/cgi-bin/webpage_buildcol.pl

    r1181 r1192  
    3131#  the more traditional command line argument.  The program is executed by
    3232#   an already running cgi program.
     33
     34package webpage_buildcol;
    3335
    3436use File::Basename;
     
    6163    if (open(TMPOUT,">$full_tmpname"))
    6264    {
    63     if (&gflock::lock (TMPOUT)) {
     65    if (&gflock::lock (webpage_buildcol::TMPOUT)) {
    6466        print TMPOUT $text;
    6567        close(TMPOUT);
    66         &gflock::unlock (TMPOUT);
     68        &gflock::unlock (webpage_buildcol::TMPOUT);
    6769
    6870    } else {
Note: See TracChangeset for help on using the changeset viewer.