summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_smb.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-01-31 16:06:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:26 -0500
commitd8d3a5ffe3fb73d64869c133fe398efeb4e79d77 (patch)
treed5f31ebd3c6d29b316de98289ef9789c5cf2b405 /source4/librpc/rpc/dcerpc_smb.c
parentf0d97d27aefa746f7c925296a2e4fa4d57b3219d (diff)
downloadsamba-d8d3a5ffe3fb73d64869c133fe398efeb4e79d77.tar.gz
samba-d8d3a5ffe3fb73d64869c133fe398efeb4e79d77.tar.bz2
samba-d8d3a5ffe3fb73d64869c133fe398efeb4e79d77.zip
r5137: fix types
metze (This used to be commit add1c579375d08040f722946da31ee3862f9e7ac)
Diffstat (limited to 'source4/librpc/rpc/dcerpc_smb.c')
-rw-r--r--source4/librpc/rpc/dcerpc_smb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_smb.c b/source4/librpc/rpc/dcerpc_smb.c
index 8d049ad967..aa2d0bf20f 100644
--- a/source4/librpc/rpc/dcerpc_smb.c
+++ b/source4/librpc/rpc/dcerpc_smb.c
@@ -219,7 +219,7 @@ static NTSTATUS smb_send_trans_request(struct dcerpc_connection *c, DATA_BLOB *b
{
struct smb_private *smb = c->transport.private;
struct smb_trans2 *trans;
- uint16 setup[2];
+ uint16_t setup[2];
struct smb_trans_state *state;
state = talloc(smb, struct smb_trans_state);