diff options
author | ilsimo <ilsimo> | 2006-11-24 20:46:45 +0000 |
---|---|---|
committer | ilsimo <ilsimo> | 2006-11-24 20:46:45 +0000 |
commit | 078b4d3f4127042b020e78bb9d9762196ff070c3 (patch) | |
tree | 9d0b7a5b0ffe2c8e2f07b2b45ebd950d43c59533 /sesman/libscp.h | |
parent | b681420acc6297f628d132946f6f9f94f536a358 (diff) | |
download | xrdp-proprietary-078b4d3f4127042b020e78bb9d9762196ff070c3.tar.gz xrdp-proprietary-078b4d3f4127042b020e78bb9d9762196ff070c3.zip |
adding scp v1 first code, fixed passwd auth for disabled password
Diffstat (limited to 'sesman/libscp.h')
-rw-r--r-- | sesman/libscp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/libscp.h b/sesman/libscp.h index d4b412ba..a445e98e 100644 --- a/sesman/libscp.h +++ b/sesman/libscp.h @@ -32,6 +32,6 @@ #include "libscp_vX.h" #include "libscp_v0.h" #include "libscp_v1s.h" -//#include "libscp_v1c.h" +#include "libscp_v1c.h" #endif |