X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=rdpsrv.c;h=138cff249551ce3f85b2a1ec54f7e13f51e47fe6;hb=b6ea72f2e99bc93a105c5120573762c162985160;hp=577f4a726aef0e7f7076db91c0b79907e2d6c1dc;hpb=908d0bab155aee5757f902486dd1bbba859637f4;p=rdpsrv diff --git a/rdpsrv.c b/rdpsrv.c index 577f4a7..138cff2 100644 --- a/rdpsrv.c +++ b/rdpsrv.c @@ -67,7 +67,7 @@ int serve_client() for ( ;; ) { short channel; - STREAM *s; + STREAM s; /* receive ISO packets */ s = mcs_recv(&channel);