source: patches/patch.4.3.27.3 @ 617118d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 617118d was 617118d, checked in by Jim Gifford <clfs@…>, 18 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 421 bytes
Line 
1*** rep/rep_region.c.orig       30 Dec 2004 21:28:00 -0000      12.1
2--- rep/rep_region.c    17 Jan 2005 15:46:40 -0000      12.3
3***************
4*** 104,109 ****
5--- 104,111 ----
6                rep->max_gap = DB_REP_MAX_GAP;
7                F_SET(rep, REP_F_NOARCHIVE);
8                (void)time(&renv->rep_timestamp);
9+               renv->op_timestamp = 0;
10+               F_CLR(renv, DB_REGENV_REPLOCKED);
11        } else
12                rep = R_ADDR(infop, renv->rep_off);
13        MUTEX_UNLOCK(dbenv, &renv->mutex);
Note: See TracBrowser for help on using the repository browser.