Changeset 3530
- Timestamp:
- 08/15/08 08:29:08 (4 months ago)
- Files:
-
- 1 modified
-
trunk/opensync/engine/opensync_mapping_engine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opensync/engine/opensync_mapping_engine.c
r3488 r3530 554 554 555 555 if (osync_engine_check_get_changes(engine->parent->parent) && osync_bitcount(engine->parent->sink_errors | engine->parent->sink_get_changes) == g_list_length(engine->parent->sink_engines)) { 556 OSyncError *error = NULL; 557 if (!osync_obj_engine_command(engine->parent, OSYNC_ENGINE_COMMAND_WRITE, &error)) 556 if (!osync_obj_engine_command(engine->parent, OSYNC_ENGINE_COMMAND_WRITE, error)) 558 557 goto error; 559 558 } else … … 590 589 591 590 if (osync_engine_check_get_changes(engine->parent->parent) && osync_bitcount(engine->parent->sink_errors | engine->parent->sink_get_changes) == g_list_length(engine->parent->sink_engines)) { 592 OSyncError *error = NULL; 593 if (!osync_obj_engine_command(engine->parent, OSYNC_ENGINE_COMMAND_WRITE, &error)) 591 if (!osync_obj_engine_command(engine->parent, OSYNC_ENGINE_COMMAND_WRITE, error)) 594 592 goto error; 595 593 } else
