From: <svn...@op...> - 2010-02-07 21:41:42
|
Author: markellis Date: Sun Feb 7 22:41:32 2010 New Revision: 6033 URL: http://www.opensync.org/changeset/6033 Log: correct func entry trace after possible failing statement Modified: trunk/opensync/client/opensync_client.c Modified: trunk/opensync/client/opensync_client.c ============================================================================== --- trunk/opensync/client/opensync_client.c Sat Feb 6 18:40:46 2010 (r6032) +++ trunk/opensync/client/opensync_client.c Sun Feb 7 22:41:32 2010 (r6033) @@ -964,11 +964,11 @@ unsigned int num_res = 0; OSyncPluginResource *resource = NULL; + osync_trace(TRACE_ENTRY, "%s(%p, %p, %p)", __func__, client, message, error); + config = osync_plugin_info_get_config(client->plugin_info); res = osync_plugin_config_get_resources(config); - osync_trace(TRACE_ENTRY, "%s(%p, %p, %p)", __func__, client, message, error); - if (!osync_plugin_discover(client->plugin, client->plugin_data, client->plugin_info, error)) goto error; |