id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
999,[PATCH] osyncdump --hash does not dump the hashtable,mkoller,dgollub,"It seems that the hashtable is not loaded.

The following patch should be added:

{{{
Index: osyncdump.c
===================================================================
--- osyncdump.c (revision 4431)
+++ osyncdump.c (working copy)
@@ -137,6 +137,9 @@
                goto error;
        g_free(path);

+       if ( !osync_hashtable_load(table, &error) )
+               goto error;
+
        osync_hashtable_foreach(table, print_hashtable, NULL);

        osync_hashtable_unref(table);
}}}
",defect,closed,normal,OpenSync 0.40,OpenSync,0.38,normal,fixed,,
