]> git.sesse.net Git - rdpsrv/commitdiff
Moved port of rdpsrv to 3340 (for debugging with protodiff).
authorSteinar H. Gunderson <sesse@samfundet.no>
Sat, 5 Feb 2005 00:58:24 +0000 (00:58 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sat, 5 Feb 2005 00:58:24 +0000 (00:58 +0000)
rdpsrv.c

index 0251a2a24b8edbe6b3dd8ec22946ff06441a283b..9e09d2161dd53871af7b566e80ccc5a6a33070c3 100644 (file)
--- a/rdpsrv.c
+++ b/rdpsrv.c
@@ -10,7 +10,7 @@
 #include "rdesktop.h"
 #include "scancodes.h"
 
-const int tcp_port_rdp = 3389;
+const int tcp_port_rdp = 3390;
 int create_server_socket();
 int serve_client();