We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8716570 commit 79b690eCopy full SHA for 79b690e
src/afs.cc
@@ -578,7 +578,7 @@ static dshash_parameters SessionsParams = {
578
sizeof(SharedSessionData),
579
dshash_memcmp,
580
dshash_memhash,
581
- 0, // Set later because this is determined dynamically.
+ dshash_memcpy,
582
};
583
584
struct SharedData {
test/helper/sandbox.rb
@@ -57,8 +57,8 @@ def read_command_output(input)
57
58
def run_command(*args)
59
pid, output_read, error_read = spawn_process(*args)
60
- output = ""
61
- error = ""
+ output = +""
+ error = +""
62
status = nil
63
timeout = 1
64
loop do
0 commit comments