summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-08-11 02:15:42 +0000
committerjsorg71 <jsorg71>2005-08-11 02:15:42 +0000
commit756f4316cc1c00ef77650e941b40625f1d43a74f (patch)
treed3c25ede860031c715835e277c04c9305eb6a562 /sesman
parent6468e760d281b9580de6639504136ea8375615db (diff)
downloadxrdp-proprietary-756f4316cc1c00ef77650e941b40625f1d43a74f.tar.gz
xrdp-proprietary-756f4316cc1c00ef77650e941b40625f1d43a74f.zip
don't set data to zero of found session
Diffstat (limited to 'sesman')
-rw-r--r--sesman/sesman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c
index 8771c9fa..b47b1c30 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -426,7 +426,7 @@ start session\n");
{
display = s_item->display;
auth_end(data);
- data = 0;
+ /* don't set data to null here */
}
else
{