Changeset 923a46a in guacamole
- Timestamp:
- 04/18/12 15:44:36 (13 months ago)
- Branches:
- master, guacamole-debian-parent, rpm, unstable, unstable-websocket
- Children:
- 35169e4
- Parents:
- 2b76b5f
- git-author:
- Michael Jumper <zhangmaike@…> (04/18/12 15:44:36)
- git-committer:
- Michael Jumper <zhangmaike@…> (04/18/12 15:44:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/net/sourceforge/guacamole/net/basic/BasicFileAuthenticationProvider.java
r2b76b5f r923a46a 468 468 469 469 case PROTOCOL: 470 case DEFAULT_CONNECTION_PROTOCOL: 471 470 472 current.getConfiguration(currentConnection) 471 473 .setProtocol(str); … … 473 475 474 476 case PARAMETER: 477 case DEFAULT_CONNECTION_PARAMETER: 478 475 479 current.getConfiguration(currentConnection) 476 480 .setParameter(currentParameter, str);
Note: See TracChangeset
for help on using the changeset viewer.
