]> git.sesse.net Git - rdpsrv/commitdiff
Remove buffer we don't need.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 3 Feb 2005 22:56:59 +0000 (22:56 +0000)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 3 Feb 2005 22:56:59 +0000 (22:56 +0000)
rdpsrv.c

index 045cf8db7fd40f58a415dd6b4e059df03fe3e5ad..59442eb6d767566519e77990ea548ccabd0b9ef1 100644 (file)
--- a/rdpsrv.c
+++ b/rdpsrv.c
@@ -60,7 +60,6 @@ int create_server_socket()
 int serve_client()
 {
        for ( ;; ) {
-               unsigned char buf[4096];
                short channel;
                
                /* receive ISO packets */