From 40cf08823dadb7f2f9cb3b32c2e64b6242522ef4 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 18 Jun 2012 22:30:29 +0930 Subject: ntdb: enhance external-helper test code. Our external test helper is a bit primitive when it comes to doing STORE or FETCH commands: let us specify the data we expect, instead of assuming it's the same as the key. Signed-off-by: Rusty Russell --- lib/ntdb/test/external-agent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ntdb/test/external-agent.h') diff --git a/lib/ntdb/test/external-agent.h b/lib/ntdb/test/external-agent.h index c6b83d5b49..559a92cd03 100644 --- a/lib/ntdb/test/external-agent.h +++ b/lib/ntdb/test/external-agent.h @@ -29,7 +29,7 @@ enum agent_return { /* Ask the external agent to try to do an operation. * name == ntdb name for OPEN/OPEN_WITH_CLEAR_IF_FIRST, - * record name for FETCH/STORE (store stores name as data too) + * = for FETCH/STORE. */ enum agent_return external_agent_operation(struct agent *handle, enum operation op, -- cgit