mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
- portablitity fixes for cc -64 on irix
- fixed gid* bug in rpc_server
This commit is contained in:
@ -77,7 +77,7 @@ static NTSTATUS check_guest_password(auth_serversupplied_info **server_info)
|
||||
auth_usersupplied_info *user_info = NULL;
|
||||
|
||||
NTSTATUS nt_status;
|
||||
char chal[8];
|
||||
unsigned char chal[8];
|
||||
|
||||
ZERO_STRUCT(chal);
|
||||
|
||||
|
Reference in New Issue
Block a user