mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
cleanup
This commit is contained in:
parent
853c03e38d
commit
fb7db00810
1 changed files with 0 additions and 1 deletions
|
|
@ -3024,7 +3024,6 @@ parse_syncrepl_line(
|
|||
*mstr++ = '\0';
|
||||
si->interval = (( atoi( dstr ) * 24 + atoi( hstr )) * 60
|
||||
+ atoi( mstr )) * 60;
|
||||
fprintf(stderr, "interval = %d\n", si->interval );
|
||||
}
|
||||
if ( si->interval < 0 ) {
|
||||
fprintf( stderr, "Error: parse_syncrepl_line: "
|
||||
|
|
|
|||
Loading…
Reference in a new issue