/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpdr.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdpdr.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 607 by stargo, Sat Feb 14 23:38:11 2004 UTC revision 609 by stargo, Mon Feb 16 20:28:09 2004 UTC
# Line 1  Line 1 
1  #include <unistd.h>  #include <unistd.h>
2  #include <sys/types.h>  #include <sys/types.h>
3    #include <sys/time.h>
4  #include <time.h>  #include <time.h>
5  #include "rdesktop.h"  #include "rdesktop.h"
6    
# Line 836  rdpdr_check_fds(fd_set * rfds, fd_set * Line 837  rdpdr_check_fds(fd_set * rfds, fd_set *
837                                                          status = STATUS_SUCCESS;                                                          status = STATUS_SUCCESS;
838                                                          rdpdr_send_completion(iorq->device,                                                          rdpdr_send_completion(iorq->device,
839                                                                                iorq->id, status,                                                                                iorq->id, status,
840                                                                                iorq->partial_len, (uint8*)"",                                                                                iorq->partial_len,
841                                                                                1);                                                                                (uint8 *) "", 1);
842    
843                                                          xfree(iorq->buffer);                                                          xfree(iorq->buffer);
844                                                          iorq->fd = 0;                                                          iorq->fd = 0;
# Line 881  rdpdr_abort_io(uint32 fd, uint32 major, Line 882  rdpdr_abort_io(uint32 fd, uint32 major,
882                  if ((iorq->fd == fd) && (major == 0 || iorq->major == major))                  if ((iorq->fd == fd) && (major == 0 || iorq->major == major))
883                  {                  {
884                          result = 0;                          result = 0;
885                          rdpdr_send_completion(iorq->device, iorq->id, status, result, (uint8*)"", 1);                          rdpdr_send_completion(iorq->device, iorq->id, status, result, (uint8 *) "",
886                                                  1);
887                          xfree(iorq->buffer);                          xfree(iorq->buffer);
888                          iorq->fd = 0;                          iorq->fd = 0;
889                          if (prev != NULL)                          if (prev != NULL)

Legend:
Removed from v.607  
changed lines
  Added in v.609

  ViewVC Help
Powered by ViewVC 1.1.26