/[rdesktop]/sourceforge.net/trunk/rdesktop/rdp.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/rdp.c

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

revision 423 by forsberg, Fri Jun 6 10:47:34 2003 UTC revision 424 by forsberg, Thu Jun 19 07:29:53 2003 UTC
# Line 849  process_data_pdu(STREAM s) Line 849  process_data_pdu(STREAM s)
849  }  }
850    
851  /* Process incoming packets */  /* Process incoming packets */
852  void  BOOL
853  rdp_main_loop(void)  rdp_main_loop(void)
854  {  {
855          uint8 type;          uint8 type;
# Line 864  rdp_main_loop(void) Line 864  rdp_main_loop(void)
864                                  break;                                  break;
865    
866                          case RDP_PDU_DEACTIVATE:                          case RDP_PDU_DEACTIVATE:
867                                    DEBUG(("RDP_PDU_DEACTIVATE\n"));
868                                    return True;
869                                  break;                                  break;
870    
871                          case RDP_PDU_DATA:                          case RDP_PDU_DATA:
# Line 877  rdp_main_loop(void) Line 879  rdp_main_loop(void)
879                                  unimpl("PDU %d\n", type);                                  unimpl("PDU %d\n", type);
880                  }                  }
881          }          }
882            return False;
883  }  }
884    
885  /* Establish a connection up to the RDP layer */  /* Establish a connection up to the RDP layer */

Legend:
Removed from v.423  
changed lines
  Added in v.424

  ViewVC Help
Powered by ViewVC 1.1.26