1
0
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:
Andrew Tridgell
2005-02-10 05:22:53 +00:00
committed by Gerald (Jerry) Carter
parent 483b7af1fd
commit 93931b1a74
8 changed files with 10 additions and 7 deletions

View File

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