From da92a0d5e259a126095e120c7938c6e3be27618c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 8 Feb 2008 21:59:24 +0000 Subject: Fix the wallet client to use check instead of exists. --- client/remctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/remctl.c') diff --git a/client/remctl.c b/client/remctl.c index aa9a9f8..74e2cf5 100644 --- a/client/remctl.c +++ b/client/remctl.c @@ -87,7 +87,7 @@ object_exists(struct remctl *r, const char *prefix, const char *type, size_t length; command[0] = prefix; - command[1] = "exists"; + command[1] = "check"; command[2] = type; command[3] = name; command[4] = NULL; -- cgit v1.2.3