You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by mike-jumper <gi...@git.apache.org> on 2018/03/18 05:58:45 UTC

[GitHub] guacamole-server pull request #155: GUACAMOLE-446: Allow redirected drive na...

Github user mike-jumper commented on a diff in the pull request:

    https://github.com/apache/guacamole-server/pull/155#discussion_r175278157
  
    --- Diff: src/protocols/rdp/guac_rdpdr/rdpdr_fs_service.h ---
    @@ -42,7 +42,7 @@
      * Registers a new filesystem device within the RDPDR plugin. This must be done
      * before RDPDR connection finishes.
      */
    -void guac_rdpdr_register_fs(guac_rdpdrPlugin* rdpdr);
    +void guac_rdpdr_register_fs(guac_rdpdrPlugin* rdpdr, char* drive_name);
    --- End diff --
    
    The documentation for this function should be brought up-to-date now that it's being updated. Other than that, I think these changes are pretty much good to go.


---