From 6a377350d63fc2dd470e9bd25008e8e827c011f2 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Mon, 8 May 2017 16:52:21 +0100 Subject: Muli server support. Some small fixes to commands --- cmd_sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd_sha1.c') diff --git a/cmd_sha1.c b/cmd_sha1.c index 08b2527..4472ed1 100644 --- a/cmd_sha1.c +++ b/cmd_sha1.c @@ -33,7 +33,7 @@ void *cmd_sha1(void *data) hex_result[40]=0x0; - snprintf(buf, buf_size, "SHA1 %s\n",hex_result); + snprintf(buf, buf_size, "sha1 %s\n",hex_result); ret = alloc_new_str(buf); -- cgit v1.2.3