diff options
| author | Nicola Ruggero <nicola@nxnt.org> | 2010-11-03 16:59:26 +0100 |
|---|---|---|
| committer | Nicola Ruggero <nicola@nxnt.org> | 2010-11-03 16:59:26 +0100 |
| commit | 4cf06dbbcb8522be5fa069976c8f361fc874039f (patch) | |
| tree | 6e074a89c4edadf9a75d648d1f9daf36079c03aa /sesman/scp_v0.c | |
| parent | 104f762e5d3dcd659415632f442e745cef5a3bf2 (diff) | |
| download | xrdp-proprietary-4cf06dbbcb8522be5fa069976c8f361fc874039f.tar.gz xrdp-proprietary-4cf06dbbcb8522be5fa069976c8f361fc874039f.zip | |
Major code cleanup:
- Initialized and zeroed out local variables
- Check for some null pointers
- Fixed some typos
- Other minor changes (beautify, etc.)
Diffstat (limited to 'sesman/scp_v0.c')
| -rw-r--r-- | sesman/scp_v0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/scp_v0.c b/sesman/scp_v0.c index 7848ca90..af84f80a 100644 --- a/sesman/scp_v0.c +++ b/sesman/scp_v0.c @@ -77,6 +77,7 @@ scp_v0_process(struct SCP_CONNECTION* c, struct SCP_SESSION* s) if (display == 0) { auth_end(data); + data = 0; scp_v0s_deny_connection(c); } else |
