mirror of
https://github.com/samba-team/samba.git
synced 2025-12-04 08:23:50 +03:00
r5300: more uint32 and system/filesys.h build fixes when developer mode is enabled
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
483b7af1fd
commit
93931b1a74
@@ -316,7 +316,7 @@ static NTSTATUS gensec_gssapi_unwrap(struct gensec_security *gensec_security,
|
||||
}
|
||||
|
||||
static BOOL gensec_gssapi_have_feature(struct gensec_security *gensec_security,
|
||||
uint32 feature)
|
||||
uint32_t feature)
|
||||
{
|
||||
struct gensec_gssapi_state *gensec_gssapi_state = gensec_security->private_data;
|
||||
if (feature & GENSEC_FEATURE_SIGN) {
|
||||
|
||||
Reference in New Issue
Block a user