diff options
| author | ilsimo <ilsimo> | 2008-02-21 15:50:31 +0000 |
|---|---|---|
| committer | ilsimo <ilsimo> | 2008-02-21 15:50:31 +0000 |
| commit | 57484bd7016c6e56854dc4c34ac0dc8077a07014 (patch) | |
| tree | dc081809815ab499c9b8827fc92e7c2b7b03df09 /sesman/sesman.c | |
| parent | 4c9d3862e55ab5d6fa734549478bb0a00be9f7ed (diff) | |
| download | xrdp-proprietary-57484bd7016c6e56854dc4c34ac0dc8077a07014.tar.gz xrdp-proprietary-57484bd7016c6e56854dc4c34ac0dc8077a07014.zip | |
more work on logging
Diffstat (limited to 'sesman/sesman.c')
| -rw-r--r-- | sesman/sesman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c index 3aa13748..89a4de9a 100644 --- a/sesman/sesman.c +++ b/sesman/sesman.c @@ -213,7 +213,7 @@ main(int argc, char** argv) } /* libscp initialization */ - scp_init(); + scp_init(&(g_cfg.log)); if (daemon) { |
