Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-server/pull/205#discussion_r238850450
--- Diff: src/guacd/conf-file.c ---
@@ -188,15 +188,21 @@ guacd_config* guacd_conf_load() {
conf->key_file = NULL;
#endif
+ /* Determine path of configuration file */
+ if(conf_file_path == NULL) {
--- End diff --
Either way would probably be fine. If the changes would be distractingly
complicated compared to the base goal of GUACAMOLE-667, then separating that
refactor into its own pull request would be better.
---