Changeset 3530

Show
Ignore:
Timestamp:
08/15/08 08:29:08 (4 months ago)
Author:
bricks
Message:

Committed patch from Ticket #805: opensync-hidden-parameters

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opensync/engine/opensync_mapping_engine.c

    r3488 r3530  
    554554         
    555555        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)) 
    558557                        goto error; 
    559558        } else 
     
    590589         
    591590        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)) 
    594592                        goto error; 
    595593        } else