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

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

revision 436 by forsberg, Fri Jun 6 10:44:20 2003 UTC revision 437 by jsorg71, Mon Jul 28 21:41:12 2003 UTC
# Line 26  Line 26 
26  #include "crypto/rc4.h"  #include "crypto/rc4.h"
27  #endif  #endif
28    
29  extern char username[16];  extern char g_username[16];
30  extern char hostname[16];  extern char hostname[16];
31    
32  static uint8 g_licence_key[16];  static uint8 g_licence_key[16];
# Line 174  licence_process_demand(STREAM s) Line 174  licence_process_demand(STREAM s)
174                  return;                  return;
175          }          }
176    
177          licence_send_request(null_data, null_data, username, hostname);          licence_send_request(null_data, null_data, g_username, hostname);
178  }  }
179    
180  /* Send an authentication response packet */  /* Send an authentication response packet */

Legend:
Removed from v.436  
changed lines
  Added in v.437

  ViewVC Help
Powered by ViewVC 1.1.26