Skip to content

Commit 79b690e

Browse files
committed
Set copy_function
1 parent 8716570 commit 79b690e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/afs.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ static dshash_parameters SessionsParams = {
578578
sizeof(SharedSessionData),
579579
dshash_memcmp,
580580
dshash_memhash,
581-
0, // Set later because this is determined dynamically.
581+
dshash_memcpy,
582582
};
583583

584584
struct SharedData {

test/helper/sandbox.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def read_command_output(input)
5757

5858
def run_command(*args)
5959
pid, output_read, error_read = spawn_process(*args)
60-
output = ""
61-
error = ""
60+
output = +""
61+
error = +""
6262
status = nil
6363
timeout = 1
6464
loop do

0 commit comments

Comments
 (0)