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:
parent
482f14871d
commit
c5c2dd6dba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user