~ubuntu-branches/ubuntu/wily/389-ds-base/wily-proposed

« back to all changes in this revision

Viewing changes to ldap/servers/plugins/sync/sync_persist.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2014-07-08 15:50:11 UTC
  • mto: (19.1.1 experimental) (0.3.1)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20140708155011-48naeyka2x89ew8g
Tags: upstream-1.3.2.19
ImportĀ upstreamĀ versionĀ 1.3.2.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
351
351
                cur = sync_request_list->sync_req_head;
352
352
                while ( NULL != cur ) {
353
353
                        if ( cur->req_tid == tid ) {
354
 
                                cur->req_active = PR_TRUE;
 
354
                                cur->req_active = PR_FALSE;
 
355
                                cur->req_complete = PR_TRUE;
355
356
                                rc = 0;
356
357
                                break;
357
358
                        }