From a6cba63a89de45807f835a8521ef12701857ddaa Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Wed, 16 Mar 2016 14:40:24 -0700 Subject: [PATCH] fix a warning --- sesman/libscp/libscp_v1s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sesman/libscp/libscp_v1s.c b/sesman/libscp/libscp_v1s.c index 6d69d187..b7d422c7 100644 --- a/sesman/libscp/libscp_v1s.c +++ b/sesman/libscp/libscp_v1s.c @@ -647,7 +647,7 @@ scp_v1s_list_sessions(struct SCP_CONNECTION *c, int sescnt, struct SCP_DISCONNEC /* if we got here, the requested sid wasn't one from the list we sent */ /* we should kill the connection */ log_message(LOG_LEVEL_WARNING, "[v1s:%d] connection aborted: internal error (no such session in list)", __LINE__); - return SCP_CLIENT_STATE_INTERNAL_ERR; + return SCP_SERVER_STATE_INTERNAL_ERR; } else if (cmd == 44) {