dynamic = yes not true
authorSam Hartman <hartmans@debian.org>
Wed, 18 Mar 2015 19:29:07 +0000 (15:29 -0400)
committerSam Hartman <hartmans@debian.org>
Wed, 18 Mar 2015 19:29:07 +0000 (15:29 -0400)
The config parser doesn't seem to accept dynamic = true, but only
dynamic = yes.  Update error message to provide useful description.

src/main/realms.c

index 36126eb..64e6bca 100644 (file)
@@ -491,7 +491,7 @@ bool realm_home_server_add(home_server_t *home)
         *      the server.
         */
        if (event_loop_started && !realm_config->dynamic) {
-               ERROR("Failed to add dynamic home server, \"dynamic = true\" must be set in proxy.conf");
+               ERROR("Failed to add dynamic home server, \"dynamic = yes\" must be set in proxy.conf");
                return false;
        }