1
0
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:
Andrew Tridgell
-
parent 2d1612dd35
commit 48aa90c48c
6 changed files with 10 additions and 11 deletions

View File

@ -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);