summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilsimo <ilsimo>2006-10-16 11:25:47 +0000
committerilsimo <ilsimo>2006-10-16 11:25:47 +0000
commit7698f5f4410395336b7a2d527ce38b026a6c4184 (patch)
treeb06fb3ad8e6d5785d0772a993d76436ecbac45ed
parent0c9a9d8b1a4471f0e6bd62328c904dbbf5816efb (diff)
downloadxrdp-proprietary-7698f5f4410395336b7a2d527ce38b026a6c4184.tar.gz
xrdp-proprietary-7698f5f4410395336b7a2d527ce38b026a6c4184.zip
fixed missink break in switch
-rw-r--r--sesman/scp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/scp.c b/sesman/scp.c
index 8be9e090..6631154c 100644
--- a/sesman/scp.c
+++ b/sesman/scp.c
@@ -64,6 +64,7 @@ scp_process_start(void* sck)
{
//scp_v1_process();
}
+ break;
case SCP_SERVER_STATE_VERSION_ERR:
/* an unknown scp version was requested, so we shut down the */