]> git.sesse.net Git - rdpsrv/blobdiff - rdpsrv.c
Handle AUrq/AUcf, and fix a type error.
[rdpsrv] / rdpsrv.c
index 577f4a726aef0e7f7076db91c0b79907e2d6c1dc..138cff249551ce3f85b2a1ec54f7e13f51e47fe6 100644 (file)
--- 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);