diff options
| author | jsorg71 <jsorg71> | 2005-08-11 02:15:42 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2005-08-11 02:15:42 +0000 |
| commit | 756f4316cc1c00ef77650e941b40625f1d43a74f (patch) | |
| tree | d3c25ede860031c715835e277c04c9305eb6a562 | |
| parent | 6468e760d281b9580de6639504136ea8375615db (diff) | |
| download | xrdp-proprietary-756f4316cc1c00ef77650e941b40625f1d43a74f.tar.gz xrdp-proprietary-756f4316cc1c00ef77650e941b40625f1d43a74f.zip | |
don't set data to zero of found session
| -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 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 { |
