summaryrefslogtreecommitdiff
path: root/cmd_sha1.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-05-08 16:52:21 +0100
committerFreeArtMan <dos21h@gmail.com>2017-05-08 16:52:21 +0100
commit6a377350d63fc2dd470e9bd25008e8e827c011f2 (patch)
treed1668b7358aa3e94c6dcfeeb9eb5c3af5f7d5a6a /cmd_sha1.c
parent5025c0c8288a336f7986153574bce73df4bb3147 (diff)
downloadagni-6a377350d63fc2dd470e9bd25008e8e827c011f2.tar.gz
agni-6a377350d63fc2dd470e9bd25008e8e827c011f2.zip
Muli server support. Some small fixes to commands
Diffstat (limited to 'cmd_sha1.c')
-rw-r--r--cmd_sha1.c2
1 files changed, 1 insertions, 1 deletions
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);