Changeset 2503

Show
Ignore:
Timestamp:
08/30/07 18:51:16 (1 year ago)
Author:
dfriedrich
Message:

bug fix :-)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • format-plugins/vformat/src/xmlformat-common.c

    r2201 r2503  
    286286        OSyncXMLField *(* attr_handler)(OSyncXMLFormat *, VFormatAttribute *, OSyncError **) = g_hash_table_lookup(attrtable, vformat_attribute_get_name(attr)); 
    287287        osync_trace(TRACE_INTERNAL, "Hook is: %p", attr_handler); 
    288         if (attr_handler == HANDLE_IGNORE) { 
     288        if (attr_handler == HANDLE_IGNORE || 
     289                attr_handler == NULL) { 
    289290                osync_trace(TRACE_EXIT, "%s: Ignored", __func__); 
    290291                return;