Author: tridge
Date: 2005-08-26 11:42:21 +0000 (Fri, 26 Aug 2005)
New Revision: 9647

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9647

Log:
saved_pac is binary data, so prevent any possible portability problems with 
signed chars





Modified:
   branches/SAMBA_4_0/source/torture/auth/pac.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/auth/pac.c
===================================================================
--- branches/SAMBA_4_0/source/torture/auth/pac.c        2005-08-26 11:38:07 UTC 
(rev 9646)
+++ branches/SAMBA_4_0/source/torture/auth/pac.c        2005-08-26 11:42:21 UTC 
(rev 9647)
@@ -196,7 +196,7 @@
    -- abartlet 2005-07-04
  */
 
-static const char saved_pac[] = {
+static const uint8_t saved_pac[] = {
        0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 
0xd8, 0x01, 0x00, 0x00, 
        0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 
0x20, 0x00, 0x00, 0x00,
        0x20, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 
0x14, 0x00, 0x00, 0x00,

Reply via email to