Removed dead code re-introduced erroneously in commit 4cf06dbbcb

ulab-original
Nicola Ruggero 14 years ago
parent 17bc1418ec
commit 3ba752e7b7

@ -93,7 +93,6 @@ scp_v0_process(struct SCP_CONNECTION* c, struct SCP_SESSION* s)
if (display == 0) if (display == 0)
{ {
auth_end(data); auth_end(data);
data = 0;
scp_v0s_deny_connection(c); scp_v0s_deny_connection(c);
} }
else else

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

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

Loading…
Cancel
Save