X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Ftelnet_cons.c;h=d0c2b1f731e568b9b27d45610902725c06f73e70;hp=8f71adf839e20ea9aa94e8f8747f0672a44e7b4f;hb=c09d92dc256363c742ca2a4bef685ed79575bf22;hpb=3b67b03716ad6bfdda5c95c8a0ef9004da1b3913 diff --git a/palacios/src/devices/telnet_cons.c b/palacios/src/devices/telnet_cons.c index 8f71adf..d0c2b1f 100644 --- a/palacios/src/devices/telnet_cons.c +++ b/palacios/src/devices/telnet_cons.c @@ -29,8 +29,10 @@ #include #include -#include +#include +#if 0 #include +#endif #define NUM_ROWS 25 #define NUM_COLS 80 @@ -516,6 +518,8 @@ static int cons_server(void * arg) { state->connected = 0; V3_Close_Socket(state->client_fd); } + + return -1; }