X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=iso.c;h=746a9457c84abb54c383a9954663bb31dde3a950;hb=48580be79f1c97788f7f3a92b9791056b9773058;hp=c694624962c6bb90d68262dfa02606542d951ec1;hpb=d4bb133e346809bf5393c0cdb06b2a422b99dddb;p=rdpsrv diff --git a/iso.c b/iso.c index c694624..746a945 100644 --- a/iso.c +++ b/iso.c @@ -185,7 +185,7 @@ iso_recv(void) BOOL iso_recv_connect(int server_sock) { - STREAM s; + STREAM s, t; uint8 code; tcp_recv_connect(server_sock); @@ -202,6 +202,7 @@ iso_recv_connect(int server_sock) DEBUG(("Got ISO connection request\n")); + iso_send_msg(ISO_PDU_CC); return 1; }