summaryrefslogtreecommitdiffstats
path: root/sesman/scp_v0.c
diff options
context:
space:
mode:
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)