summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/spnego.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-01-31 16:02:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:26 -0500
commitf0d97d27aefa746f7c925296a2e4fa4d57b3219d (patch)
tree275691350e2417de5532573954e5536876026155 /source4/libcli/auth/spnego.h
parent2cb711f39f80adbe7375c809c57106ac8e71d5d8 (diff)
downloadsamba-f0d97d27aefa746f7c925296a2e4fa4d57b3219d.tar.gz
samba-f0d97d27aefa746f7c925296a2e4fa4d57b3219d.tar.bz2
samba-f0d97d27aefa746f7c925296a2e4fa4d57b3219d.zip
r5136: fix types
metze (This used to be commit 344367cc4cdb232c394ce45ab64cc357cce4259f)
Diffstat (limited to 'source4/libcli/auth/spnego.h')
-rw-r--r--source4/libcli/auth/spnego.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/auth/spnego.h b/source4/libcli/auth/spnego.h
index 3b9d148c67..1064370146 100644
--- a/source4/libcli/auth/spnego.h
+++ b/source4/libcli/auth/spnego.h
@@ -49,7 +49,7 @@ struct spnego_negTokenInit {
};
struct spnego_negTokenTarg {
- uint8 negResult;
+ uint8_t negResult;
const char *supportedMech;
DATA_BLOB responseToken;
DATA_BLOB mechListMIC;