Removed dead code re-introduced erroneously in commit 4cf06dbbcb

This commit is contained in:
Nicola Ruggero 2010-11-04 16:22:33 +01:00
parent 17bc1418ec
commit 3ba752e7b7
3 changed files with 0 additions and 3 deletions

View File

@ -93,7 +93,6 @@ 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

View File

@ -363,7 +363,6 @@ session_start_fork(int width, int height, int bpp, char* username,
g_free(temp);
return 0;
}
wmpid = 0;
pid = g_fork();
if (pid == -1)
{

View File

@ -765,7 +765,6 @@ xrdp_bitmap_copy_box_with_crc(struct xrdp_bitmap* self,
{
return 1;
}
crc = dest->crc;
CRC_START(crc);
if (self->bpp == 24)
{