Renamed init function in 0.7.0.
This commit is contained in:
parent
578f676b2f
commit
621b1caf1d
@ -152,8 +152,8 @@ void guacd_handle_connection(int fd) {
|
|||||||
client->log_error_handler = guacd_client_log_error;
|
client->log_error_handler = guacd_client_log_error;
|
||||||
|
|
||||||
/* Init client */
|
/* Init client */
|
||||||
init_result =
|
init_result = guac_client_plugin_init_client(plugin,
|
||||||
guac_client_init(client, plugin, connect->argc, connect->argv);
|
client, connect->argc, connect->argv);
|
||||||
|
|
||||||
guac_instruction_free(connect);
|
guac_instruction_free(connect);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user