Changeset 3306

Show
Ignore:
Timestamp:
05/03/08 12:42:00 (4 months ago)
Author:
dgollub
Message:

Fixed major issue which got introduced with porting to new hashtable
API. This should fix issues with ADDED/MODIFIED entries in file-sync
plugins which get marked everytime as modified. The problem was that the
hash never got set and set persistent database stored "NULL".

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/file-sync/src/file_sync.c

    r3304 r3306  
    651651                stat(filename, &buf); 
    652652                hash = osync_filesync_generate_hash(&buf); 
     653                osync_change_set_hash(change, hash); 
    653654        } 
    654655        g_free(filename);