Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'check/magma/servers/camel/camel_check_network.c')
-rw-r--r--check/magma/servers/camel/camel_check_network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/magma/servers/camel/camel_check_network.c b/check/magma/servers/camel/camel_check_network.c
index 9e86b01b..71e86d11 100644
--- a/check/magma/servers/camel/camel_check_network.c
+++ b/check/magma/servers/camel/camel_check_network.c
@@ -1189,7 +1189,7 @@ bool_t check_camel_basic_sthread(bool_t secure, stringer_t *errmsg) {
chr_command = "{\"id\":18,\"method\":\"contacts.list\",\"params\":{\"folderID\":%u}}";
// Construct the command string.
- if (!(st_sprint(command, chr_commands, folder_ids[0]))) {
+ if (!(st_sprint(command, chr_command, folder_ids[0]))) {
st_sprint(errmsg, "Failed to create command string. { command # = 16 }");
return false;