summaryrefslogtreecommitdiffstats
path: root/sesman/scp_v0.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-02-01 06:03:46 +0000
committerjsorg71 <jsorg71>2007-02-01 06:03:46 +0000
commitc0f0fec1d64e39ef889ea4d2677da5262980bfce (patch)
tree2d4397e8ee04b65c8a9f3592b8103a1c3bb5f1c4 /sesman/scp_v0.c
parent1d5e0008bd37cf7671dfa17b31dfd5828c5516bf (diff)
downloadxrdp-proprietary-c0f0fec1d64e39ef889ea4d2677da5262980bfce.tar.gz
xrdp-proprietary-c0f0fec1d64e39ef889ea4d2677da5262980bfce.zip
indent
Diffstat (limited to 'sesman/scp_v0.c')
-rw-r--r--sesman/scp_v0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/scp_v0.c b/sesman/scp_v0.c
index 045311bb..83a35095 100644
--- a/sesman/scp_v0.c
+++ b/sesman/scp_v0.c
@@ -31,10 +31,10 @@
void DEFAULT_CC
scp_v0_process(struct SCP_CONNECTION* c, struct SCP_SESSION* s)
{
- int display=0;
+ int display = 0;
long data;
struct session_item* s_item;
-
+
data = auth_userpass(s->username, s->password);
if (data)