diff options
Diffstat (limited to 'sesman/scp_v0.c')
-rw-r--r-- | sesman/scp_v0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/scp_v0.c b/sesman/scp_v0.c index 13a1bfc8..d610041f 100644 --- a/sesman/scp_v0.c +++ b/sesman/scp_v0.c @@ -82,7 +82,7 @@ scp_v0_process(struct SCP_CONNECTION *c, struct SCP_SESSION *s) s->bpp, s->type, s->client_ip); // RAPTOR session management - pid_t serverpid = raptor_sm_get_pid_for_username(s->username); + pid_t serverpid = raptor_sm_get_pid_for_username(s->username, RAPTOR_SM_SERVER_PID_FIELD); if (serverpid < 0) { // Session NOT already running if (s_item != 0) { |