Github user andrzejdoro commented on a diff in the pull request:

    https://github.com/apache/guacamole-server/pull/205#discussion_r236644989
  
    --- 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 --
    
    I agree that this process could be improved.
    Should it be done in separate pull-request or can I just add a new commit?


---

Reply via email to