]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_distributor] Reload message should be same as others (+OK instead of +ok)
authorMinh <hnimminh@outlook.com>
Wed, 1 Dec 2021 17:48:29 +0000 (00:48 +0700)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 17:48:29 +0000 (20:48 +0300)
src/mod/applications/mod_distributor/mod_distributor.c

index a653514f8980aab5f921a8a302ae8020d1ed5e02..47f97f9421f826b070d6c163264ec2391f97a7a4 100644 (file)
@@ -403,7 +403,7 @@ SWITCH_STANDARD_API(distributor_ctl_function)
        if (argc > 0) {
                if (!strcasecmp(argv[0], "reload")) {
                        if (load_config(SWITCH_TRUE) == SWITCH_STATUS_SUCCESS) {
-                               stream->write_function(stream, "+ok reloaded.\n");
+                               stream->write_function(stream, "+OK reloaded.\n");
                                err = NULL;
                        }
                } else if (!strcasecmp(argv[0], "dump")) {