summaryrefslogtreecommitdiffstats
path: root/sesman/scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/scp.c')
-rw-r--r--sesman/scp.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/sesman/scp.c b/sesman/scp.c
index e964bed2..ea5a8ec0 100644
--- a/sesman/scp.c
+++ b/sesman/scp.c
@@ -25,7 +25,7 @@
* This code controls which version is being used and starts the
* appropriate process
* @author Jay Sorg, Simone Fedele
- *
+ *
*/
#include "sesman.h"
@@ -70,6 +70,12 @@ scp_process_start(void* sck)
scp_v1_process(&scon, sdata);
}
break;
+ case SCP_SERVER_STATE_START_MANAGE:
+ /* starting a management session */
+ log_message(&(g_cfg.log), LOG_LEVEL_WARNING,
+ "starting a sesman management session...");
+// scp_v1s_mng_process(&scon, sdata);
+ break;
case SCP_SERVER_STATE_VERSION_ERR:
/* an unknown scp version was requested, so we shut down the */
/* connection (and log the fact) */