Another, more sensible, attempt to fix the Win64 build.
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 Oct 2009 16:40:00 +0000 (16:40 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 20 Oct 2009 16:40:00 +0000 (16:40 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30641 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-dcerpc-netlogon.c

index 464e1737db81868fb4dd085e1f3bd754117bc14a..66e40529923a4b834f553448a8a38290ea5df601 100644 (file)
@@ -2488,7 +2488,7 @@ netlogon_dissect_netrserverreqchallenge_rqst(tvbuff_t *tvb, int offset,
        packet_info *pinfo, proto_tree *tree, guint8 *drep)
 {
   /*int oldoffset = offset;*/
-  unsigned int txt_len = 0;
+  size_t txt_len = 0;
   netlogon_auth_vars *vars;
   netlogon_auth_vars *existing_vars;
   netlogon_auth_key *key = se_alloc(sizeof(netlogon_auth_key));