summaryrefslogtreecommitdiff
path: root/libcli/ldap/ldap_message.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-24 12:29:59 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-24 17:55:40 +0100
commit7aaec963c1764869b042240fb5b5d6a339ee052b (patch)
tree1d8aebf0ca97da66701604b58685075c8ae12a4d /libcli/ldap/ldap_message.h
parentef0fa403f1c5d670b7991770e7fbb8394879de4b (diff)
downloadsamba-7aaec963c1764869b042240fb5b5d6a339ee052b.tar.gz
samba-7aaec963c1764869b042240fb5b5d6a339ee052b.tar.bz2
samba-7aaec963c1764869b042240fb5b5d6a339ee052b.zip
libcli/ldap: fix compiler warnings
metze
Diffstat (limited to 'libcli/ldap/ldap_message.h')
-rw-r--r--libcli/ldap/ldap_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/ldap/ldap_message.h b/libcli/ldap/ldap_message.h
index 672de0d925..d2ce14445d 100644
--- a/libcli/ldap/ldap_message.h
+++ b/libcli/ldap/ldap_message.h
@@ -160,7 +160,7 @@ struct ldap_CompareRequest {
};
struct ldap_AbandonRequest {
- uint32_t messageid;
+ int messageid;
};
struct ldap_ExtendedRequest {