/[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 424 by forsberg, Thu Jun 19 07:29:53 2003 UTC revision 426 by forsberg, Thu Jun 19 11:46:30 2003 UTC
# Line 865  rdp_main_loop(void) Line 865  rdp_main_loop(void)
865    
866                          case RDP_PDU_DEACTIVATE:                          case RDP_PDU_DEACTIVATE:
867                                  DEBUG(("RDP_PDU_DEACTIVATE\n"));                                  DEBUG(("RDP_PDU_DEACTIVATE\n"));
868                                  return True;                                  /* We thought we could detect a clean
869                                       shutdown of the session by this
870                                       packet, but it seems Windows 2003
871                                       is sending us one of these when we
872                                       reconnect to a disconnected session
873                                       return True; */
874                                  break;                                  break;
875    
876                          case RDP_PDU_DATA:                          case RDP_PDU_DATA:
# Line 879  rdp_main_loop(void) Line 884  rdp_main_loop(void)
884                                  unimpl("PDU %d\n", type);                                  unimpl("PDU %d\n", type);
885                  }                  }
886          }          }
887          return False;          return True;
888            /* We want to detect if we got a clean shutdown, but we
889            can't. Se above.  
890            return False;  */
891  }  }
892    
893  /* Establish a connection up to the RDP layer */  /* Establish a connection up to the RDP layer */

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

  ViewVC Help
Powered by ViewVC 1.1.26