mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Moved guac -> libguac, moving towards pluggable protocols.
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include "client.h"
|
||||
#include "vnc_client.h"
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
@@ -107,7 +106,7 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
fprintf(stderr, "[guacamole] spawning client\n");
|
||||
|
||||
client = guac_get_client(connected_socket_fd, vnc_guac_client_init, connect_host, connect_port);
|
||||
client = NULL; /*guac_get_client(connected_socket_fd, vnc_guac_client_init, connect_host, connect_port); */ /* STUB! */
|
||||
guac_start_client(client);
|
||||
guac_free_client(client);
|
||||
|
||||
|
Reference in New Issue
Block a user