mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-22 16:21:10 -04:00
Added some HLINK debugging output and enabled it for hardlink tests.
This commit is contained in:
@@ -41,7 +41,7 @@ struct hashtable *hashtable_create(int size, int key64)
|
||||
tbl->size = size;
|
||||
tbl->entries = 0;
|
||||
tbl->node_size = node_size;
|
||||
tbl->key64 = key64;
|
||||
tbl->key64 = (short)key64;
|
||||
|
||||
return tbl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user