chiark
/
gitweb
/
~mdw
/
tripe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
01f0d4f
)
server/admin.c: Remove spurious `ping' in usage message.
master
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 20 Sep 2021 23:04:20 +0000
(
00:04
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 21 Sep 2021 00:29:25 +0000
(
01:29
+0100)
Oops.
server/admin.c
patch
|
blob
|
blame
|
history
diff --git
a/server/admin.c
b/server/admin.c
index b661e62e44e1995d38f954456cc29fd9df982103..221b249e5e1490b121fc1d2512516048bd2ec20f 100644
(file)
--- a/
server/admin.c
+++ b/
server/admin.c
@@
-1593,7
+1593,7
@@
static void a_ping(admin *a, unsigned ac, char *av[],
return;
bad_syntax:
- a_fail(a, "bad-syntax", "%s", cmd, "[OPTIONS] PEER",
cmd,
A_END);
+ a_fail(a, "bad-syntax", "%s", cmd, "[OPTIONS] PEER", A_END);
fail:
if (pg) xfree(pg);
return;