[Ultrapossum-cvs 1265] plugin/slapd/upstream 1.5, 1.6, syncbackup-2.2.20.patch

Back to archive index

Masato Taruishi taru****@users*****
2005年 5月 6日 (金) 13:27:32 JST


===================================================================
RCS file: plugin/slapd/upstream/syncbackup-2.2.20.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin/slapd/upstream/syncbackup-2.2.20.patch	2005/05/02 06:26:37	1.5
+++ plugin/slapd/upstream/syncbackup-2.2.20.patch	2005/05/06 04:27:32	1.6
@@ -1910,7 +1910,7 @@
 RCS file: openldap-2.2.20/servers/slapd/syncbackup.c
 diff -N openldap-2.2.20/servers/slapd/syncbackup.c
 --- /dev/null	1 Jan 1970 00:00:00 -0000
-+++ openldap-2.2.20/servers/slapd/syncbackup.c	2 May 2005 01:27:19 -0000	1.5
++++ openldap-2.2.20/servers/slapd/syncbackup.c	6 May 2005 04:21:34 -0000	1.6
 @@ -0,0 +1,2464 @@
 +/* $OpenLDAP:$ */
 +/*
@@ -2691,7 +2691,7 @@
 +		Debug ( LDAP_DEBUG_TRACE, "backup_result: ldap_result timeout id=%s, start(%ld), now(%ld)\n", info->sbi_backups[id]->sb_syncid, otime, slap_get_time());
 +		(*waittime) *= 3;
 +		(*waittime)++;
-+		if( *waittime > 1000 ) *waittime = 1000;
++		if( *waittime > 1000000 ) *waittime = 1000000;
 +
 +		goto done;
 +



Ultrapossum-cvs メーリングリストの案内
Back to archive index