summaryrefslogtreecommitdiffstats
path: root/sesman/scp_v0.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2009-01-12 06:43:58 +0000
committerjsorg71 <jsorg71>2009-01-12 06:43:58 +0000
commita71ca6bc1fcea4b4b6ccf0a51d94eb4b79cd764f (patch)
treef8945e11207c1e9dff8c8daa0313d4faa24dd136 /sesman/scp_v0.c
parent49552f5ebf5cd3e86a02ba1659a3d1972ec66ded (diff)
downloadxrdp-proprietary-a71ca6bc1fcea4b4b6ccf0a51d94eb4b79cd764f.tar.gz
xrdp-proprietary-a71ca6bc1fcea4b4b6ccf0a51d94eb4b79cd764f.zip
only the main thread forks
Diffstat (limited to 'sesman/scp_v0.c')
-rw-r--r--sesman/scp_v0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/scp_v0.c b/sesman/scp_v0.c
index e006ad33..918badc9 100644
--- a/sesman/scp_v0.c
+++ b/sesman/scp_v0.c
@@ -34,7 +34,7 @@ void DEFAULT_CC
scp_v0_process(struct SCP_CONNECTION* c, struct SCP_SESSION* s)
{
int display = 0;
- long data;
+ tbus data;
struct session_item* s_item;
data = auth_userpass(s->username, s->password);