/[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 73 by astrand, Mon Jul 29 19:21:51 2002 UTC revision 77 by astrand, Mon Jul 29 20:17:10 2002 UTC
# Line 53  static void Line 53  static void
53  licence_generate_hwid(uint8 * hwid)  licence_generate_hwid(uint8 * hwid)
54  {  {
55          buf_out_uint32(hwid, 2);          buf_out_uint32(hwid, 2);
56          strncpy((char *)(hwid + 4), hostname, LICENCE_HWID_SIZE - 4);          strncpy((char *) (hwid + 4), hostname, LICENCE_HWID_SIZE - 4);
57  }  }
58    
59  /* Present an existing licence to the server */  /* Present an existing licence to the server */

Legend:
Removed from v.73  
changed lines
  Added in v.77

  ViewVC Help
Powered by ViewVC 1.1.26