jmuehlner commented on code in PR #502:
URL: https://github.com/apache/guacamole-server/pull/502#discussion_r1612336221


##########
src/protocols/rdp/channels/rail.c:
##########
@@ -168,6 +168,36 @@ static UINT 
guac_rdp_rail_complete_handshake(RailClientContext* rail) {
 
 }
 
+/**
+ * A callback function that is invoked when the RDP server sends the result
+ * of the Remote App (RAIL) execution command back to the client, so that the
+ * client can handle any required actions associated with the result.
+ * 
+ * @param context
+ *     A pointer to the RAIL data structure associated with the current
+ *     RDP connection.
+ *
+ * @param execResult
+ *     A data structure containing the result of the RAIL command.
+ *
+ * @return
+ *     CHANNEL_RC_OK (zero) if the result was handled successfully, otherwise

Review Comment:
   Looks to me like it always returns `CHANNEL_RC_OK`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to