1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r3948: Fix incorrect declaration. Bug #2083.

Jeremy.
(This used to be commit 05b905a28f)
This commit is contained in:
Jeremy Allison 2004-11-25 00:25:53 +00:00 committed by Gerald (Jerry) Carter
parent 482f14871d
commit c5c2dd6dba

View File

@ -50,7 +50,7 @@ static void get_rand_seed(int *new_seed)
BOOL secrets_init(void)
{
pstring fname;
char dummy;
unsigned char dummy;
if (tdb)
return True;