mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r9647: saved_pac is binary data, so prevent any possible portability problems with signed chars
(This used to be commit 4b3e3a9633
)
This commit is contained in:
parent
4b275f4716
commit
4e24e93058
@ -196,7 +196,7 @@ static BOOL torture_pac_self_check(void)
|
||||
-- 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,
|
||||
|
Loading…
Reference in New Issue
Block a user