diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-20 01:11:48 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-03-04 08:04:29 -0600 |
commit | 8da3a3f7cb66b173a0d5b159f883ebc6eb06a578 (patch) | |
tree | 9222c3ee9ad58c011464dd5a0a94b62c88d8fac8 /sesman/scp_v0.c | |
parent | 65545da4595f8aa855c28923c735295952565028 (diff) | |
download | xrdp-proprietary-8da3a3f7cb66b173a0d5b159f883ebc6eb06a578.tar.gz xrdp-proprietary-8da3a3f7cb66b173a0d5b159f883ebc6eb06a578.zip |
Fix merge
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 bd80762d..c296dac4 100644 --- a/sesman/scp_v0.c +++ b/sesman/scp_v0.c @@ -83,7 +83,7 @@ scp_v0_process(struct SCP_CONNECTION *c, struct SCP_SESSION *s) if (serverpid < 0) { // Session NOT already running if (s_item != 0) { - log_message(&(g_cfg->log), LOG_LEVEL_INFO, "++ [FIXME] scp claimed there was an active session, but the authoritative RAPTOR database disagrees: username %s", s->username); + log_message( LOG_LEVEL_INFO, "++ [FIXME] scp claimed there was an active session, but the authoritative RAPTOR database disagrees: username %s", s->username); } s_item = 0; } |